Uses of Class
org.omg.CORBA.ExceptionDescription
Packages that use ExceptionDescription
Package
Description
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 ExceptionDescriptionModifier and TypeFieldDescriptionOperationDescription.exceptions
ExcDescriptionSeqHolder.value
ExceptionDescriptionHolder.value
Methods in org.omg.CORBA that return ExceptionDescriptionModifier and TypeMethodDescriptionstatic ExceptionDescription[]
static ExceptionDescription
static ExceptionDescription[]
ExcDescriptionSeqHelper.read
(InputStream istream) static ExceptionDescription
ExceptionDescriptionHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type ExceptionDescriptionModifier and TypeMethodDescriptionstatic 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 ExceptionDescriptionModifierConstructorDescriptionExcDescriptionSeqHolder
(ExceptionDescription[] initialValue) ExceptionDescriptionHolder
(ExceptionDescription initialValue) OperationDescription
(String _name, String _id, String _defined_in, String _version, TypeCode _result, OperationMode _mode, String[] _contexts, ParameterDescription[] _parameters, ExceptionDescription[] _exceptions)