org.omg.CORBA
public abstract class Environment extends Object
Method Summary | |
---|---|
abstract void | clear()
Removes the exception object from this container. |
abstract Exception | exception()
Returns an exception, enclosed in this container.
|
abstract void | exception(Exception except)
Inserts the given exception into this container.
|
Returns: the enclosed exception or null if no any exception has been thrown or {@link #clear()} has been previously called.
Parameters: except the exception to insert.