Interface | Description |
---|---|
ICodedException |
TODO: javadoc
This interface is implemented by
AbstractException and
AbstractRuntimeException to provide a common interface
for accessing error codes. |
IThrowableWrapper |
TODO: javadoc
Any exception that wraps around another exception and wishes to be fully
inspectable by
ExceptionCommon should implement this interface. |
Class | Description |
---|---|
ExceptionCommon |
TODO: javadoc
Based on code published
by me in JavaPro, 2002.
|
Exceptions |
Exception | Description |
---|---|
AbstractException |
Based on code published by me in JavaPro, 2002.
|
AbstractRuntimeException |
Based on code published by me in JavaPro, 2002.
|