API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. Environment View Source
Author(s)
Since
JDK1.2
Version
1.11, 09/09/97
Serial
Hierarchy
 Object
      Environment
Implements
Subclasses
Description
publicabstract abstract class Environment
  A container (holder) for an exception that is used in Request operations to make exceptions available to the client.
See also:   
Constructors
public Environment ()
Methods
Hide/Show inherited methods
publicabstract void clear ()
Clears this Environment object of its exception.
publicabstract Exception exception ()
  Retrieves the exception in this Environment object.
publicabstract void exception (Exception except)
  Inserts the given exception into this Environment object.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar