|
|||||||||||
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 | +--edu.isi.powerloom.gui.common.AppException
This is the top-level application exception.
Field Summary | |
protected java.lang.Throwable |
nestedException
|
Constructor Summary | |
AppException()
|
|
AppException(java.lang.String message)
|
|
AppException(java.lang.Throwable nestedException)
|
Method Summary | |
java.lang.Throwable |
getNestedException()
|
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 |
Field Detail |
protected java.lang.Throwable nestedException
Constructor Detail |
public AppException()
public AppException(java.lang.String message)
public AppException(java.lang.Throwable nestedException)
Method Detail |
public java.lang.Throwable getNestedException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |