Package com.sun.corba.se.impl.corba
Class EnvironmentImpl
java.lang.Object
org.omg.CORBA.Environment
com.sun.corba.se.impl.corba.EnvironmentImpl
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnvironmentImpl
public EnvironmentImpl()
-
-
Method Details
-
exception
Description copied from class:EnvironmentRetrieves the exception in thisEnvironmentobject.- Specified by:
exceptionin classEnvironment- Returns:
- the exception in this
Environmentobject
-
exception
Description copied from class:EnvironmentInserts the given exception into thisEnvironmentobject.- Specified by:
exceptionin classEnvironment- Parameters:
exc- the exception to be set
-
clear
public void clear()Description copied from class:EnvironmentClears thisEnvironmentobject of its exception.- Specified by:
clearin classEnvironment
-