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(ExceptionList 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
UserException
public abstract void raise_exception_with_list(ExceptionList exc_list) throws UserException
UserException
public void _write(OutputStream os)
_write
in interface Streamable
public void _read(InputStream os)
_read
in interface Streamable
public String[] _truncatable_ids()
_truncatable_ids
in interface ValueBase
public TypeCode _type()
_type
in interface Streamable
Copyright © 2016 JacORB. All rights reserved.