|
|||||||||||
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.serverinterface.AppServerException
Representation of exception that occured on the server.
Field Summary |
Fields inherited from class edu.isi.powerloom.gui.common.AppException |
nestedException |
Constructor Summary | |
AppServerException(ServerException 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 AppServerException(ServerException 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 |