|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.iplanet.am.console.base.model.AMConsoleException
AMConsoleException is thrown to signal to the view bean
that incorrect behavior is encountered in processing a request.
| Constructor Summary | |
AMConsoleException(java.util.List errors)
Creates a Console Exception object. |
|
AMConsoleException(java.lang.String msg)
Creates a Console Exception object. |
|
AMConsoleException(java.lang.Throwable t)
Creates a Console Exception object. |
|
| Method Summary | |
java.util.List |
getErrors()
Gets error list. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AMConsoleException(java.lang.String msg)
msg - exception message.public AMConsoleException(java.util.List errors)
errors - list of error messages.public AMConsoleException(java.lang.Throwable t)
t - Throwable instance.| Method Detail |
public java.util.List getErrors()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||