|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
asjava.uniclientlibs.UniException
asjava.uniobjects.UniSessionException
UniSessionException
is the primary class used for handling UniObjects
exceptions and errors.
This internal error handling method is based on Java's method of handling
errors. This exception class is derived from the base UniObjects exception
class, UniException
. We have also carried over the idea of having an integer identifier
for the message which can make the handling of said message a lot easier.
Field Summary |
---|
Methods inherited from class asjava.uniclientlibs.UniException |
---|
getErrorCode, getErrorType, getErrorTypeText, getExtendedMessage |
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 |
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |