Package org.springframework.core

Basic classes facilitating exception handling, and providing core interfaces that are not specific to any part of the framework.

See
          Description

Class Diagram Summary
core 
 

Interface Summary
ControlFlowInterface to be implemented by objects that can return information about the current call stack.
ErrorCodedInterface that can be implemented by exceptions etc that are error coded.
OrderedInterface that can be implemented by objects that should be orderable, e.g.
 

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.
ControlFlowFactorySingleton factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow implementation class.
ControlFlowFactory.Jdk13ControlFlowJava 1.3 version of utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk14ControlFlowUtilities for cflow-style pointcuts.
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.
 

Package org.springframework.core Description

Basic classes facilitating exception handling, and providing core interfaces that are not specific to any part of the framework.