Searched defs:ExceptionList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DExceptionList.java34 * an <code>ExceptionList</code> object:
37 * org.omg.CORBA.ExceptionList excList = orb.create_exception_list();
39 * The variable <code>excList</code> represents an <code>ExceptionList</code>
44 * <code>create_exception_tc</code>. Then you use the <code>ExceptionList</code>
46 * The class <code>ExceptionList</code> has a method for getting
54 public abstract class ExceptionList { class
58 * <code>ExceptionList</code> object.
61 * <code>ExceptionList</code> object
68 * to this <code>ExceptionList</code> object.
86 * in this <code>ExceptionList</cod
[all...]

Completed in 39 milliseconds