Uses of Class
com.zphinx.spine.exceptions.SpineException

Packages that use SpineException
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.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. 
 

Uses of SpineException in com.zphinx.spine.core
 

Methods in com.zphinx.spine.core that throw SpineException
 SpineBean AbstractBuilder.createBean(String s)
          Creates a SpineBean from the given string
 SpineBean AbstractBuilder.createBeanFromIndex(int pageIndex)
          Creates a Spine bean using the stated index and the default values of the delegateName and processorNames
protected  Object AbstractBusinessDelegate.findBuilder()
          Gets the builder for this BusinessDelegate as defined in the configuration file
 AbstractBusinessDelegate AbstractBusinessDelegate.init(DataTransferAssembler command)
          Initializes this AbstractBusinessDelegate and returns a copy to the user
 ResultObject AbstractBusinessDelegate.initAndRun(DataTransferAssembler command)
          Performs initialization and runs the AbstractBusinessDelegate methods
protected  void AbstractBusinessDelegate.initialize(DataTransferAssembler command)
          Initializes this AbstractBusinessDelegate,invokes the preconfigured proxy and prepares it for further processing.
protected  DataAccessObject AbstractBusinessDelegate.initializeNewDAO(int pageIndex)
           Re initalizes this BusinessDelegate to use a new DataProxy and DataAccessObject where the processor is a MultiView Processor.
protected  ResultObject AbstractBusinessDelegate.postProcessBusinessRules(ResultObject results1, DataTransferAssembler command1)
          Run all business rules associated with this delegate after processing in the data tier.
protected  boolean AbstractBusinessDelegate.preProcessBusinessRules(DataTransferAssembler command)
          Run all business rules associated with this delegate before processing in the backend
protected  Object AbstractBusinessDelegate.processDAO()
          Processes the call to DataAccessObject.fetchData(DataTransferObject) and returns the Object which is the result of this invocation.
 Object AbstractBuilder.runMethod(SpineBean sBean, String runType, Object[] wrapper)
          Invokes the relevant method in this object.
 

Uses of SpineException in com.zphinx.spine.core.viewprocessors
 

Methods in com.zphinx.spine.core.viewprocessors that throw SpineException
protected  AbstractBusinessDelegate ViewProcessor.delegateFactory(CommandComponent command)
          Creates and and initializes a suitable AbstractBusinessDelegate
 AbstractBusinessDelegate MultiViewProcessor.delegateFactory(CommandComponent command, int pageIndex)
          Creates and initializes a suitable AbstractBusinessDelegate
protected  Object ViewProcessor.getDelegate(DataTransferAssembler command, boolean b)
          Gets the appropriate AbstractBusinessDelegate, initializes it and may call its run method if the boolean is set to true
 

Uses of SpineException in com.zphinx.spine.exceptions
 

Subclasses of SpineException in com.zphinx.spine.exceptions
 class ResourceException
          ResourceException serves as the base exception obtained when we have errors resulting from obtaining or using a resource associated with this framework.
 class SpineApplicationException
          SpineApplicationException is the primary exception thrown within the spine framework for application errors
 class 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.
 

Uses of SpineException in com.zphinx.spine.members
 

Methods in com.zphinx.spine.members that throw SpineException
 void AccountSecrets.setPinNumber(String pinNumber)
          Sets the pin number for this user
 

Uses of SpineException in com.zphinx.spine.security
 

Constructors in com.zphinx.spine.security that throw SpineException
PermissionLevel(boolean[] ownerPermission, boolean[] groupPermission, boolean[] publicPermission)
          Constructor allowing the client programmer to specify the contents of the permissionLevel using boolean arrays.
PermissionLevel(int[] permit)
          Constructor which uses the numerical(octal) equivalent of the unit access control rights system to assign permission flags to this PermissionLevel.
 

Uses of SpineException in com.zphinx.spine.utils
 

Methods in com.zphinx.spine.utils that throw SpineException
static void MessagePropertyBundle.saveStream(String className, Locale locale, Properties props)
          Gets the outputStream used to store the properties object
static void PersistentGroups.setMap(ActiveGroups map)
          Set the ActiveGroups object to associate with this object