Uses of Class
com.rshtech.exception.ApplicationException

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

Uses of ApplicationException in com.rshtech.exception
 

Subclasses of ApplicationException in com.rshtech.exception
 class BusinessRuleException
          Specialized rule failure exception that pertains to validation issues specifically.
 class RuleFailureException
          Base Exception class for rule failure exceptions (such as validation or business rules).
 class SecurityException
          TODO Class summary sentence.
 class ValidationException
          Specialized rule failure exception that pertains to validation issues specifically.
 

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

Uses of ApplicationException in com.rshtech.func
 

Methods in com.rshtech.func that throw ApplicationException
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()
           
 void UndoableFunction.undo()
          Undoes the function (if possible).