|
|||||||||||
| 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
|
+--org.scrashmeow.ojb.console.OjbcException
|
+--org.scrashmeow.ojb.console.framework.ControllerException
An exception thrown from within the application's controller layer
| Constructor Summary | |
ControllerException()
Constructor for WebApplicationException. |
|
ControllerException(java.lang.String msg)
Constructor for WebApplicationException. |
|
ControllerException(java.lang.String msg,
java.lang.Throwable nested)
Constructor for WebApplicationException. |
|
ControllerException(java.lang.Throwable nested)
Constructor for WebApplicationException. |
|
| Methods inherited from class org.scrashmeow.ojb.console.OjbcException |
getStackTraceAsString |
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ControllerException()
public ControllerException(java.lang.String msg)
msg -
public ControllerException(java.lang.String msg,
java.lang.Throwable nested)
msg - nested - public ControllerException(java.lang.Throwable nested)
nested -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||