Uses of Class
org.omg.CORBA.ExceptionDescription

Packages that use ExceptionDescription
org.jacorb.ir   
org.omg.CORBA   
 

Uses of ExceptionDescription in org.jacorb.ir
 

Methods in org.jacorb.ir that return ExceptionDescription
 ExceptionDescription ExceptionDef.describe_exception()
           
 

Methods in org.jacorb.ir with parameters of type ExceptionDescription
 void IdlWriter.printException(ExceptionDescription e, int indentation)
          print an IDL exception def
 

Uses of ExceptionDescription in org.omg.CORBA
 

Fields in org.omg.CORBA declared as ExceptionDescription
 ExceptionDescription[] OperationDescription.exceptions
           
 ExceptionDescription ExceptionDescriptionHolder.value
           
 ExceptionDescription[] ExcDescriptionSeqHolder.value
           
 

Methods in org.omg.CORBA that return ExceptionDescription
static ExceptionDescription ExceptionDescriptionHelper.extract(Any any)
           
static ExceptionDescription ExceptionDescriptionHelper.read(InputStream in)
           
static ExceptionDescription[] ExcDescriptionSeqHelper.extract(Any any)
           
static ExceptionDescription[] ExcDescriptionSeqHelper.read(InputStream _in)
           
 

Methods in org.omg.CORBA with parameters of type ExceptionDescription
static void ExceptionDescriptionHelper.insert(Any any, ExceptionDescription s)
           
static void ExceptionDescriptionHelper.write(OutputStream out, ExceptionDescription s)
           
static void ExcDescriptionSeqHelper.insert(Any any, ExceptionDescription[] s)
           
static void ExcDescriptionSeqHelper.write(OutputStream _out, ExceptionDescription[] _s)
           
 

Constructors in org.omg.CORBA with parameters of type ExceptionDescription
OperationDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode result, OperationMode mode, java.lang.String[] contexts, ParameterDescription[] parameters, ExceptionDescription[] exceptions)
           
ExceptionDescriptionHolder(ExceptionDescription initial)
           
ExcDescriptionSeqHolder(ExceptionDescription[] initial)