org.springframework.core
Class Diagram core

Class Summary
ConstantExceptionException thrown when the Constants class is asked for an invalid constant name.
ConstantsThis class can be used to parse other classes containing constant definitions in public static final members.
ControlFlowInterface to be implemented by objects that can return information about the current call stack.
ControlFlowFactorySingleton factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow implementation class.
ErrorCodedInterface that can be implemented by exceptions etc that are error coded.
JdkVersionClass used to find the current JVM version.
NestedCheckedExceptionHandy class for wrapping runtime Exceptions with a root cause.
NestedRuntimeExceptionHandy class for wrapping runtime Exceptions with a root cause.
OrderComparatorComparator implementation for Ordered objects, sorting by order value ascending (resp.
OrderedInterface that can be implemented by objects that should be orderable, e.g.