|
|||||||||||
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.universe.UniverseException
A Universe exception. A numeric error number can be set. The default is UE_GENERIC.
EPG - Initial - 16Apr03
EPG - exception chaining - 13Jun03
Field Summary | |
static int |
UE_CANNOT_STREAM
|
static int |
UE_CORRUPT_OBJECT
|
static int |
UE_CORRUPT_UNIVERSE
|
static int |
UE_DEFAULT
UNIVERSE NUMERICS. |
static int |
UE_DONT_OWN_THE_LOCK
|
static int |
UE_HANDLER_ERROR
|
static int |
UE_IO_ERROR
|
static int |
UE_MALFORMED_REFERENCE
|
static int |
UE_NAMED_UNIVERSE_SERVICE_DOESNT_EXIST
|
static int |
UE_NOT_SUPPORTED
|
static int |
UE_OBJECT_DOESNT_EXIST
|
static int |
UE_OBJECT_LOCKED
|
static int |
UE_REQUIRED_PROPERTY_MISSING
|
static int |
UE_TOP
|
static int |
UE_UNIVERSE_DOESNT_EXIST
|
Fields inherited from class autohit.common.AutohitException |
AUTOHIT_EXCEPTION_GENERIC, numeric |
Constructor Summary | |
UniverseException()
Default Constructor. |
|
UniverseException(int n)
Message constructor |
|
UniverseException(int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
UniverseException(java.lang.String message)
Message constructor |
|
UniverseException(java.lang.String message,
int n)
Message constructor |
|
UniverseException(java.lang.String message,
int n,
java.lang.Throwable theCause)
Message constructor with cause |
|
UniverseException(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 |
Field Detail |
public static final int UE_DEFAULT
public static final int UE_IO_ERROR
public static final int UE_OBJECT_DOESNT_EXIST
public static final int UE_CANNOT_STREAM
public static final int UE_CORRUPT_UNIVERSE
public static final int UE_CORRUPT_OBJECT
public static final int UE_HANDLER_ERROR
public static final int UE_MALFORMED_REFERENCE
public static final int UE_UNIVERSE_DOESNT_EXIST
public static final int UE_NAMED_UNIVERSE_SERVICE_DOESNT_EXIST
public static final int UE_REQUIRED_PROPERTY_MISSING
public static final int UE_NOT_SUPPORTED
public static final int UE_OBJECT_LOCKED
public static final int UE_DONT_OWN_THE_LOCK
public static final int UE_TOP
Constructor Detail |
public UniverseException()
public UniverseException(java.lang.String message)
message
- text message for exceptionpublic UniverseException(int n)
n
- numeric errorpublic UniverseException(java.lang.String message, int n)
message
- text message for exceptionn
- numeric errorpublic UniverseException(java.lang.String message, java.lang.Throwable theCause)
message
- text message for exceptiontheCause
- for exception chainingpublic UniverseException(int n, java.lang.Throwable theCause)
n
- numeric errortheCause
- for exception chainingpublic UniverseException(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 |