|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CloneableObject.Cloneable | An interface which exposes a public clone method,
unlike Object.clone() which is protected and throws
exceptions... |
ThrowableHandler.Type | Container for throwable types. |
ThrowableListener | An interface used to handle Throwable events. |
Class Summary | |
CloneableObject | A simple base-class for classes which need to be cloneable. |
Counter | An integer counter class. |
LongCounter | A long integer counter class. |
Primitives | Primitive utilities. |
ThrowableHandler | A static singleton that handles processing throwables that otherwise would be ignored or dumped to System.err. |
Exception Summary | |
CoercionException | This exception is thrown to indicate that a problem has occured while trying to coerce an object. |
DataConversionException | An exception throw to indicate a problem with some type of data conversion. |
InvalidArgumentException | Thrown to inidcate an invalid value used for a method argument. |
NotCoercibleException | This exception is thrown to indicate that an object was not coercible. |
NullArgumentException | Thrown to indicate that a method argument was null and
should not have been. |
ParameterizedException | Allows for an exception to be formatted using a given list of parameters. |
ParameterizedRuntimeException | Allows for an unchecked exception to be formatted using a given list of parameters. |
Common utilities classes used by other modules. This include the following topics
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |