Uses of Class
com.sun.tools.corba.ee.idl.ExceptionEntry
-
Packages that use ExceptionEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of ExceptionEntry in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl with type parameters of type ExceptionEntry Modifier and Type Field Description private java.util.Vector<ExceptionEntry>
MethodEntry. _exceptions
Methods in com.sun.tools.corba.ee.idl that return ExceptionEntry Modifier and Type Method Description ExceptionEntry
DefaultSymtabFactory. exceptionEntry()
ExceptionEntry
DefaultSymtabFactory. exceptionEntry(SymtabEntry container, IDLID id)
ExceptionEntry
SymtabFactory. exceptionEntry()
ExceptionEntry
SymtabFactory. exceptionEntry(SymtabEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl that return types with arguments of type ExceptionEntry Modifier and Type Method Description java.util.Vector<ExceptionEntry>
MethodEntry. exceptions()
This a a vector of the exceptions which this method raises.Methods in com.sun.tools.corba.ee.idl with parameters of type ExceptionEntry Modifier and Type Method Description void
MethodEntry. addException(ExceptionEntry exception)
Add an exception to the exception list.(package private) void
MethodEntry. exceptionsAddElement(ExceptionEntry e)
void
ExceptionGen. generate(java.util.Hashtable symbolTable, ExceptionEntry entry, java.io.PrintWriter stream)
void
Noop. generate(java.util.Hashtable symbolTable, ExceptionEntry entry, java.io.PrintWriter stream)
Constructors in com.sun.tools.corba.ee.idl with parameters of type ExceptionEntry Constructor Description ExceptionEntry(ExceptionEntry that)
-
Uses of ExceptionEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ExceptionEntry Modifier and Type Method Description void
ExceptionGen. generate(java.util.Hashtable symbolTable, ExceptionEntry entry, java.io.PrintWriter stream)
-