public abstract class Environment extends java.lang.Object
| Constructor and Description |
|---|
Environment() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
clear()
Removes the exception object from this container.
|
abstract java.lang.Exception |
exception()
Returns an exception, enclosed in this container.
|
abstract void |
exception(java.lang.Exception except)
Inserts the given exception into this container.
|
public Environment()
public abstract void clear()
public abstract java.lang.Exception exception()
clear()
has been previously called.public abstract void exception(java.lang.Exception except)
except - the exception to insert.