|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
autohit.common.AutohitException
autohit.system.tellio.TellException
A n exception. The specific error is given in the numeric field.
EPG - Initial - 4Jan03
Field Summary |
Fields inherited from class autohit.common.AutohitException |
AUTOHIT_EXCEPTION_GENERIC, numeric |
Constructor Summary | |
TellException()
Default Constructor. |
|
TellException(int n)
Message constructor |
|
TellException(int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
TellException(java.lang.String message)
Message constructor |
|
TellException(java.lang.String message,
int n)
Message constructor |
|
TellException(java.lang.String message,
int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
TellException(java.lang.String message,
java.lang.Throwable theCause)
Message constructor with cause |
Methods inherited from class autohit.common.AutohitException |
isError, isFault, isInformational, isPanic, isWarning |
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 |
Constructor Detail |
public TellException()
public TellException(java.lang.String message)
message
- text message for exceptionpublic TellException(int n)
n
- numeric errorpublic TellException(java.lang.String message, int n)
message
- text message for exceptionn
- numeric errorpublic TellException(java.lang.String message, java.lang.Throwable theCause)
message
- text message for exceptiontheCause
- for exception chainingpublic TellException(int n, java.lang.Throwable theCause)
n
- numeric errortheCause
- for exception chainingpublic TellException(java.lang.String message, int n, java.lang.Throwable theCause)
message
- text message for exceptionn
- numeric errortheCause
- for exception chaining
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |