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

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. in a Collection.
 

Class Summary
CollectionFactory Factory for collections, being aware of JDK 1.4's extended collections and Commons Collection 3.1's corresponding versions for older JDKs.
Constants This class can be used to parse other classes containing constant definitions in public static final members.
ControlFlowFactory Static factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow implementation class.
ControlFlowFactory.Jdk13ControlFlow Java 1.3 version of utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk14ControlFlow Utilities for cflow-style pointcuts.
JdkVersion Helper class used to find the current Java/JDK version.
OrderComparator Comparator implementation for Ordered objects, sorting by order value ascending (resp. by priority descending).
SpringVersion Class that exposes the Spring version.
 

Exception Summary
ConstantException Exception thrown when the Constants class is asked for an invalid constant name.
NestedCheckedException Handy class for wrapping checked Exceptions with a root cause.
NestedRuntimeException Handy class for wrapping runtime Exceptions with a root cause.
 

Package org.springframework.core Description

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



Copyright (C) 2003-2004 The Spring Framework Project.