Uses of Package
com.zphinx.spine.exceptions

Packages that use com.zphinx.spine.exceptions
com.zphinx.spine.core Core classes and interfaces which provide application specific functionality for the spine application framework. 
com.zphinx.spine.core.viewprocessors ViewProcessor classes which interface with the business layer and any suitable model view controller architechure in use by an application which uses this framework. 
com.zphinx.spine.data Abstraction classes and interfaces for data interchange used to access various data stores from the Spine application framework. 
com.zphinx.spine.data.impl Implementation of abstraction classes for data interchange used in the data layers of the Spine application. 
com.zphinx.spine.exceptions Collection of classes which provide application specific exception handling classes. 
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
com.zphinx.spine.security Provides classes which are used by the Spine Application Framework to provide security features for objects used or which depend on the Spine Application framework. 
com.zphinx.spine.utils Utility classes and helpers needed by other classes and interfaces. 
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.core
SpineException
          SpineException represents the common exception thrown by classes within the spine framework.
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.core.viewprocessors
SpineException
          SpineException represents the common exception thrown by classes within the spine framework.
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.data
SpineApplicationException
          SpineApplicationException is the primary exception thrown within the spine framework for application errors
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.data.impl
SpineApplicationException
          SpineApplicationException is the primary exception thrown within the spine framework for application errors
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.exceptions
SpineException
          SpineException represents the common exception thrown by classes within the spine framework.
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.members
SpineApplicationException
          SpineApplicationException is the primary exception thrown within the spine framework for application errors
SpineException
          SpineException represents the common exception thrown by classes within the spine framework.
SpineMessageException
           SpineMessageException is the base spine exception that is used by this framework to create exceptions which accept locale sensitive message keys which allow parametric replacement of strings.
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.security
SpineException
          SpineException represents the common exception thrown by classes within the spine framework.
 

Classes in com.zphinx.spine.exceptions used by com.zphinx.spine.utils
SpineException
          SpineException represents the common exception thrown by classes within the spine framework.