public abstract class ExceptionHolder extends Object implements StreamableValue
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
byte_order |
protected boolean |
is_system_exception |
protected byte[] |
marshaled_exception |
| Constructor and Description |
|---|
ExceptionHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
abstract void |
raise_exception_with_list(TypeCode[] exc_list) |
abstract void |
raise_exception() |
protected boolean is_system_exception
protected boolean byte_order
protected byte[] marshaled_exception
public abstract void raise_exception()
throws UserException
UserExceptionpublic abstract void raise_exception_with_list(TypeCode[] exc_list) throws UserException
UserExceptionpublic void _write(OutputStream os)
_write in interface Streamablepublic void _read(InputStream os)
_read in interface Streamablepublic String[] _truncatable_ids()
_truncatable_ids in interface ValueBasepublic TypeCode _type()
_type in interface StreamableCopyright © 2017 JacORB. All rights reserved.