public abstract class Environment extends Object
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Environment()
public abstract void clear()
public abstract Exception exception()
clear()
has been previously called.