org.omg.Messaging

Class ExceptionHolder

Implemented Interfaces:
IDLEntity, java.io.Serializable, Streamable, StreamableValue, ValueBase
Known Direct Subclasses:
ExceptionHolderImpl

public abstract class ExceptionHolder
extends java.lang.Object
implements StreamableValue

Generated from IDL definition of valuetype "ExceptionHolder"

Author:
JacORB IDL compiler

Field Summary

protected boolean
byte_order
protected boolean
is_system_exception
protected byte[]
marshaled_exception

Method Summary

void
_read(InputStream os)
String[]
_truncatable_ids()
TypeCode
_type()
void
_write(OutputStream os)
void
raise_exception()
void
raise_exception_with_list(ExceptionList exc_list)

Field Details

byte_order

protected boolean byte_order


is_system_exception

protected boolean is_system_exception


marshaled_exception

protected byte[] marshaled_exception

Method Details

_read

public void _read(InputStream os)
Specified by:
_read in interface Streamable


_truncatable_ids

public String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface ValueBase


_type

public TypeCode _type()
Specified by:
_type in interface Streamable


_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable


raise_exception

public void raise_exception()
            throws UserException


raise_exception_with_list

public void raise_exception_with_list(ExceptionList exc_list)
            throws UserException