Package com.sun.corba.ee.impl.corba
Class EnvironmentImpl
java.lang.Object
org.omg.CORBA.Environment
com.sun.corba.ee.impl.corba.EnvironmentImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_exc
-
-
Constructor Details
-
EnvironmentImpl
public EnvironmentImpl()
-
-
Method Details
-
exception
Description copied from class:Environment
Retrieves the exception in thisEnvironment
object.- Specified by:
exception
in classEnvironment
- Returns:
- the exception in this
Environment
object
-
exception
Description copied from class:Environment
Inserts the given exception into thisEnvironment
object.- Specified by:
exception
in classEnvironment
- Parameters:
exc
- the exception to be set
-
clear
public void clear()Description copied from class:Environment
Clears thisEnvironment
object of its exception.- Specified by:
clear
in classEnvironment
-