Package com.sun.corba.ee.impl.corba
Class EnvironmentImpl
- java.lang.Object
-
- org.omg.CORBA.Environment
-
- com.sun.corba.ee.impl.corba.EnvironmentImpl
-
public class EnvironmentImpl extends Environment
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exception
_exc
-
Constructor Summary
Constructors Constructor Description EnvironmentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
Clears thisEnvironment
object of its exception.java.lang.Exception
exception()
Retrieves the exception in thisEnvironment
object.void
exception(java.lang.Exception exc)
Inserts the given exception into thisEnvironment
object.
-
-
-
Method Detail
-
exception
public java.lang.Exception 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
public void exception(java.lang.Exception exc)
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
-
-