org.omg.Messaging
Class ExceptionHolder

java.lang.Object
  extended byorg.omg.Messaging.ExceptionHolder
All Implemented Interfaces:
IDLEntity, java.io.Serializable, Streamable, StreamableValue, ValueBase
Direct Known Subclasses:
ExceptionHolderImpl

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

Generated from IDL definition of valuetype "ExceptionHolder"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
protected  boolean byte_order
           
protected  boolean is_system_exception
           
protected  byte[] marshaled_exception
           
 
Constructor Summary
ExceptionHolder()
           
 
Method Summary
 void _read(InputStream os)
           
 java.lang.String[] _truncatable_ids()
           
 TypeCode _type()
           
 void _write(OutputStream os)
           
abstract  void raise_exception_with_list(ExceptionList exc_list)
           
abstract  void raise_exception()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_system_exception

protected boolean is_system_exception

byte_order

protected boolean byte_order

marshaled_exception

protected byte[] marshaled_exception
Constructor Detail

ExceptionHolder

public ExceptionHolder()
Method Detail

raise_exception

public abstract void raise_exception()
                              throws UserException
Throws:
UserException

raise_exception_with_list

public abstract void raise_exception_with_list(ExceptionList exc_list)
                                        throws UserException
Throws:
UserException

_write

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

_read

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

_truncatable_ids

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

_type

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