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. exceptionsExceptionDescription[]ExcDescriptionSeqHolder. valueExceptionDescriptionExceptionDescriptionHolder. valueMethods in org.omg.CORBA that return ExceptionDescription Modifier and Type Method Description static ExceptionDescription[]ExcDescriptionSeqHelper. extract(Any a)static ExceptionDescriptionExceptionDescriptionHelper. extract(Any a)static ExceptionDescription[]ExcDescriptionSeqHelper. read(InputStream istream)static ExceptionDescriptionExceptionDescriptionHelper. read(InputStream istream)Methods in org.omg.CORBA with parameters of type ExceptionDescription Modifier and Type Method Description static voidExcDescriptionSeqHelper. insert(Any a, ExceptionDescription[] that)static voidExceptionDescriptionHelper. insert(Any a, ExceptionDescription that)static voidExcDescriptionSeqHelper. write(OutputStream ostream, ExceptionDescription[] value)static voidExceptionDescriptionHelper. 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)
-