Uses of Class
com.rshtech.exception.SystemException

Packages that use SystemException
com.rshtech.exception   
com.rshtech.func   
 

Uses of SystemException in com.rshtech.exception
 

Subclasses of SystemException in com.rshtech.exception
 class DataStoreConnectionException
          Exception thrown when the an error or exception is encountered while performing operations on a datastore (which could in turn be a database, flatfile, etc).
 class DataStoreException
          Exception thrown when the an error or exception is encountered while performing operations on a datastore (which could in turn be a database, flatfile, etc).
 class InvalidConfigurationException
          Exception thrown when configuration information is missing or invalid.
 class InvalidStateException
          Exception thrown when the current state invalid (usually the result of a Runtime error or logic error in the application).
 class RuntimeRuleFailureException
          A runtime, base Exception class for rule failure exceptions (such as validation or business rules).
 

Methods in com.rshtech.exception with parameters of type SystemException
 void RuleFailureException.addException(SystemException exception)
           
 void RuntimeRuleFailureException.addException(SystemException exception)
           
 

Uses of SystemException in com.rshtech.func
 

Methods in com.rshtech.func that throw SystemException
protected abstract  void AbstractFunc.doWork()
           
 void Function.execute()
          Executes a unit of work, throwing any application or system exceptions that occur during execution.
 void AbstractFunc.execute()