Public Member Functions | |
AcsJJContExmplErrTypeTestEx () | |
AcsJJContExmplErrTypeTestEx (String message) | |
AcsJJContExmplErrTypeTestEx (String message, Throwable cause) | |
AcsJJContExmplErrTypeTestEx (Throwable cause) | |
AcsJJContExmplErrTypeTestEx (ErrorTrace etCause) | |
AcsJJContExmplErrTypeTestEx (String message, ErrorTrace etCause) | |
JContExmplErrTypeTestEx | toJContExmplErrTypeTestEx () |
Protected Member Functions | |
final int | getErrorType () |
alma.ACSErr.ACSErrType.ACSErrTypeTest
. This class is abstract, so that individual classes for each error code within the given error type can be generated as subclasses. They are interoperable with alma.ACSErr.ErrorTrace. The purpose is to bring back to Java a limited hierarchy of exceptions, which can only be mimicked in CORBA by using a twofold number scheme with "type" and "code".
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns the error type, which is fixed to
Implements alma::acs::exceptions::AcsJException.
|
|
Returns the CORBA exception that corresponds to the error type (and not to any particular error code). Note that if CORBA exceptions would support inheritance, the error code-specific CORBA exceptions should inherit from this one, which unfortunately they can't. |