FileDocCategorySizeDatePackage
Environment.javaAPI DocJava SE 5 API1108Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

Environment

public abstract class Environment extends Object
A container (holder) for an exception that is used in Request operations to make exceptions available to the client. An Environment object is created with the ORB method create_environment.
version
1.11, 09/09/97
since
JDK1.2

Fields Summary
Constructors Summary
Methods Summary
public abstract voidclear()
Clears this Environment object of its exception.

public abstract java.lang.Exceptionexception()
Retrieves the exception in this Environment object.

return
the exception in this Environment object

public abstract voidexception(java.lang.Exception except)
Inserts the given exception into this Environment object.

param
except the exception to be set