Uses of Package
org.springframework.core

Packages that use org.springframework.core
org.springframework.aop.framework 
org.springframework.aop.framework.autoproxy 
org.springframework.beans 
org.springframework.beans.factory.config 
org.springframework.core 
org.springframework.dao 
org.springframework.mail 
org.springframework.metadata 
org.springframework.remoting 
org.springframework.transaction 
org.springframework.transaction.interceptor 
org.springframework.ui.velocity 
org.springframework.web.servlet.handler 
org.springframework.web.servlet.view.xslt 

Classes in org.springframework.core used by org.springframework.aop.framework
AopConfigException
          Exception that gets thrown on illegal AOP configuration arguments.
 

Classes in org.springframework.core used by org.springframework.aop.framework.autoproxy
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself.
 

Classes in org.springframework.core used by org.springframework.beans
BeansException
          Abstract superclass for all exceptions thrown in the beans package and subpackages.
PropertyAccessException
          Superclass for exceptions related to a property access, such as type mismatch or invocation target exception.
 

Classes in org.springframework.core used by org.springframework.beans.factory.config
PropertyResourceConfigurer
          Allows for configuration of individual bean property values from a property resource, i.e.
 

Classes in org.springframework.core used by org.springframework.core
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.
ControlFlowFactory.Jdk13ControlFlow
          Java 1.3 version of utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk14ControlFlow
          Utilities for cflow-style pointcuts.
 

Classes in org.springframework.core used by org.springframework.dao
DataAccessException
          Root of the hierarchy of data access exceptions discussed in Expert One-On-One J2EE Design and Development.
 

Classes in org.springframework.core used by org.springframework.mail
MailException
          Base class for all mail exceptions.
 

Classes in org.springframework.core used by org.springframework.metadata
AttributeException
          A simple wrapper for exceptions that occur within the metadata package.
 

Classes in org.springframework.core used by org.springframework.remoting
RemoteAccessException
          Generic remote access exception.
 

Classes in org.springframework.core used by org.springframework.transaction
TransactionException
          Superclass for all transaction exceptions.
 

Classes in org.springframework.core used by org.springframework.transaction.interceptor
TransactionAttributeSourceTransactionAroundAdvisor
          InterceptionAroundAdvisor driven by a TransactionAttributeSource.
 

Classes in org.springframework.core used by org.springframework.ui.velocity
VelocityInitializationException
          Exception thrown on Velocity initialization failure.
 

Classes in org.springframework.core used by org.springframework.web.servlet.handler
AbstractHandlerMapping
          Abstract base class for HandlerMapping implementations.
SimpleMappingExceptionResolver
          Exception resolver that allows for mapping exception class names to view names, either for a list of given handlers or for all handlers in the DispatcherServlet.
 

Classes in org.springframework.core used by org.springframework.web.servlet.view.xslt
FormatHelper.XsltFormattingException
          XsltFormattingException