|
||||||||||
| 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.objectwave.exception.SystemException
Should almost never be used, most system exceptions should probably really be runtime exceptions of some type.
| Constructor Summary | |
SystemException(java.lang.String message)
|
|
SystemException(java.lang.Throwable cause,
java.lang.String details)
|
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
|
| 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 SystemException(java.lang.String message)
public SystemException(java.lang.Throwable cause,
java.lang.String details)
| Method Detail |
public java.lang.Throwable getRootCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||