| Class Summary |
| ConstantException | Exception thrown when the Constants class is asked for an invalid
constant name. |
| Constants | This class can be used to parse other classes containing constant definitions
in public static final members. |
| ControlFlow | Interface to be implemented by objects that can return information about
the current call stack. |
| ControlFlowFactory | Singleton factory to conceal automatic choice of Java 1.4 or 1.3
ControlFlow implementation class. |
| ErrorCoded | Interface that can be implemented by exceptions etc that are error coded. |
| JdkVersion | Class used to find the current JVM version. |
| NestedCheckedException | Handy class for wrapping runtime Exceptions with a root cause. |
| NestedRuntimeException | Handy class for wrapping runtime Exceptions with a root cause. |
| OrderComparator | Comparator implementation for Ordered objects,
sorting by order value ascending (resp. |
| Ordered | Interface that can be implemented by objects that should be
orderable, e.g. |