Static Public Member Functions | |
void | convertErrorTraceToJavaException (ErrorTrace et, AcsJException jEx) |
Throwable | convertHiddenErrorTrace (Throwable thr) |
Static Public Attributes | |
final String | PROPERTY_JAVAEXCEPTION_CLASS = "javaex.class" |
final String | PROPERTY_JAVAEXCEPTION_MESSAGE = "javaex.msg" |
Static Package Functions | |
Throwable | recursiveGetThrowable (ErrorTrace et) |
Static Private Member Functions | |
void | resurrectThrowable (Throwable thr, ErrorTrace et) |
|
|
|
Checks if a given Throwable is of a CORBA type generated by the ACS error system. If so, the embedded error trace is converted to a chain of AcsJ-style exceptions.
The check is based on the fact that all ACS error system exceptions derive from
|
|
Converts an See the comment on class substitution at DefaultAcsJException.
|
|
|
|
|
|
|