alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx Class Reference
List of all members.
Detailed Description
Java native style exception class representing the error type 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".
- Author:
- ACS Error System Code Generator created Sep 25, 2003 4:18:09 PM
Constructor & Destructor Documentation
| alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::AcsJACSErrTypeCORBAEx |
( |
|
) |
[inline] |
| alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::AcsJACSErrTypeCORBAEx |
( |
String |
message |
) |
[inline] |
- Deprecated:
- The data in
message should be given as parameters instead!
| alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::AcsJACSErrTypeCORBAEx |
( |
String |
message, |
|
|
Throwable |
cause | |
|
) |
| | [inline] |
- Deprecated:
- The data in
message should be given as parameters instead!
| alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::AcsJACSErrTypeCORBAEx |
( |
Throwable |
cause |
) |
[inline] |
| alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::AcsJACSErrTypeCORBAEx |
( |
ErrorTrace |
etCause |
) |
[inline] |
| alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::AcsJACSErrTypeCORBAEx |
( |
String |
message, |
|
|
ErrorTrace |
etCause | |
|
) |
| | [inline] |
- Deprecated:
- The data in
message should be given as parameters instead!
Member Function Documentation
| final int alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::getErrorType |
( |
|
) |
[inline, protected, virtual] |
| ACSErrTypeCORBAEx alma::ACSErrTypeCORBA::wrappers::AcsJACSErrTypeCORBAEx::toACSErrTypeCORBAEx |
( |
|
) |
[inline] |
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.
References alma::acs::exceptions::AcsJException::getErrorTrace().
The documentation for this class was generated from the following file: