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. _exceptionsMethods in com.sun.tools.corba.ee.idl that return ExceptionEntry Modifier and Type Method Description ExceptionEntryDefaultSymtabFactory. exceptionEntry()ExceptionEntryDefaultSymtabFactory. exceptionEntry(SymtabEntry container, IDLID id)ExceptionEntrySymtabFactory. exceptionEntry()ExceptionEntrySymtabFactory. 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 voidMethodEntry. addException(ExceptionEntry exception)Add an exception to the exception list.(package private) voidMethodEntry. exceptionsAddElement(ExceptionEntry e)voidExceptionGen. generate(java.util.Hashtable symbolTable, ExceptionEntry entry, java.io.PrintWriter stream)voidNoop. 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 voidExceptionGen. generate(java.util.Hashtable symbolTable, ExceptionEntry entry, java.io.PrintWriter stream)
-