Uses of Class
org.omg.CORBA.ExceptionDescription
-
Packages that use ExceptionDescription Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). -
-
Uses of ExceptionDescription in org.omg.CORBA
Fields in org.omg.CORBA declared as ExceptionDescription Modifier and Type Field Description ExceptionDescription[]
OperationDescription. exceptions
ExceptionDescription[]
ExcDescriptionSeqHolder. value
ExceptionDescription
ExceptionDescriptionHolder. value
Methods in org.omg.CORBA that return ExceptionDescription Modifier and Type Method Description static ExceptionDescription[]
ExcDescriptionSeqHelper. extract(Any a)
static ExceptionDescription
ExceptionDescriptionHelper. extract(Any a)
static ExceptionDescription[]
ExcDescriptionSeqHelper. read(InputStream istream)
static ExceptionDescription
ExceptionDescriptionHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type ExceptionDescription Modifier and Type Method Description static void
ExcDescriptionSeqHelper. insert(Any a, ExceptionDescription[] that)
static void
ExceptionDescriptionHelper. insert(Any a, ExceptionDescription that)
static void
ExcDescriptionSeqHelper. write(OutputStream ostream, ExceptionDescription[] value)
static void
ExceptionDescriptionHelper. write(OutputStream ostream, ExceptionDescription value)
Constructors in org.omg.CORBA with parameters of type ExceptionDescription Constructor Description ExcDescriptionSeqHolder(ExceptionDescription[] initialValue)
ExceptionDescriptionHolder(ExceptionDescription initialValue)
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)
-