|
||||||||||
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 | +--javatools.util.CommonException | +--javatools.util.ResetException
An Exception in resetting.
Constructor Summary | |
ResetException(java.lang.String mesg)
Creates a new ResetException. |
|
ResetException(java.lang.String mesg,
java.lang.Throwable exception)
Creates a new ResetException. |
|
ResetException(java.lang.Throwable exception)
Creates a new ResetException. |
Methods inherited from class javatools.util.CommonException |
getNextException, getStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ResetException(java.lang.String mesg)
mesg
- The message to be put in this exception.public ResetException(java.lang.String mesg, java.lang.Throwable exception)
mesg
- The message to be put in this exception.exception
- The base exception to use.public ResetException(java.lang.Throwable exception)
exception
- The base exception to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |