| Interface | Description |
|---|---|
| Environment |
A
Environment object is a substitute for the usual environment
as defined in the System class, most important the
stdin and stdout channels System.in
and System.out. |
| ThrowableList |
This interface should be implemented by classes derived from
Throwable
that may contain a stacked, additional or wrapped throwable. |
| Class | Description |
|---|---|
| DefaultEnvironment | |
| EnvironmentProvider |
The
EnvironmentProvider is a singleton object to store and provide
Environment instances. |
| ThrowableMessageFormatter |
This class is used by the implementations of the
ThrowableList interface. |
| Exception | Description |
|---|---|
| ExtIllegalArgumentException |
Implementation of the
ThrowableList interface for the well-known JDK
IllegalArgumentException. |
| ExtIndexOutOfBoundsException |
Implementation of the
ThrowableList interface for the JDK
IndexOutOfBoundsException. |
| ExtNoSuchMethodException |
Implementation of the
ThrowableList interface for the well-known JDK
NoSuchMethodException. |
| ExtNullPointerException |
Implementation of the
ThrowableList interface for the well-knwon JDK
NullPointerException. |
| ExtRuntimeException |
Implementation of the
ThrowableList interface for the well-known JDK
RuntimeException. |
| ExtUnsupportedOperationException |
Implementation of the
ThrowableList interface for the well-known JDK
UnsupportedOperationException. |