|
|||||||||||
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 | +--edu.isi.powerloom.gui.common.ClientException
This represents application exceptions that occur on the client side (that is, within the GUI). Other GUI-side exceptions should inherit this base class.
Field Summary |
Fields inherited from class edu.isi.powerloom.gui.common.AppException |
nestedException |
Constructor Summary | |
ClientException()
|
|
ClientException(java.lang.String message)
|
|
ClientException(java.lang.Throwable e)
|
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class edu.isi.powerloom.gui.common.AppException |
getNestedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClientException()
public ClientException(java.lang.String message)
public ClientException(java.lang.Throwable e)
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |