API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ExceptionList View Source
Author(s)
Since
JDK1.2
Version
1.13, 09/09/97
Serial
Hierarchy
 Object
      ExceptionList
Implements
Subclasses
Description
publicabstract abstract class ExceptionList
  An object used in Request operations to describe the exceptions that can be thrown by a method.
See also:   
Constructors
public ExceptionList ()
Methods
Hide/Show inherited methods
publicabstract void add (TypeCode exc)
  Adds a TypeCode object describing an exception to this ExceptionList object.
publicabstract int count ()
  Retrieves the number of TypeCode objects in this ExceptionList object.
publicabstract TypeCode item (int index) throws Bounds
  Returns the TypeCode object at the given index.
publicabstract void remove (int index) throws Bounds
  Removes the TypeCode object at the given index.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar