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.exceptionsExcDescriptionSeqHolder.valueExceptionDescriptionHolder.valueMethods in org.omg.CORBA that return ExceptionDescriptionModifier and TypeMethodDescriptionstatic ExceptionDescription[]static ExceptionDescriptionstatic ExceptionDescription[]ExcDescriptionSeqHelper.read(InputStream istream) static ExceptionDescriptionExceptionDescriptionHelper.read(InputStream istream) Methods in org.omg.CORBA with parameters of type ExceptionDescriptionModifier and TypeMethodDescriptionstatic 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 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)