|
|||||||||||
| 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.common.channels.ChannelException
A Channel exception. A numeric error number can be set.
EPG - Initial - 28Apr03
EPG - Add exception chaining - 13Jun03| Field Summary |
| Fields inherited from class autohit.common.AutohitException |
AUTOHIT_EXCEPTION_GENERIC, numeric |
| Constructor Summary | |
ChannelException()
Default Constructor. |
|
ChannelException(int n)
Message constructor |
|
ChannelException(int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
ChannelException(java.lang.String message)
Message constructor |
|
ChannelException(java.lang.String message,
int n)
Message constructor |
|
ChannelException(java.lang.String message,
int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
ChannelException(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 ChannelException()
public ChannelException(java.lang.String message)
message - text message for exceptionpublic ChannelException(int n)
n - numeric error
public ChannelException(java.lang.String message,
int n)
message - text message for exceptionn - numeric error
public ChannelException(java.lang.String message,
java.lang.Throwable theCause)
message - text message for exceptiontheCause - for exception chaining
public ChannelException(int n,
java.lang.Throwable theCause)
n - numeric errortheCause - for exception chaining
public ChannelException(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 | ||||||||||