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