Uses of Package
com.redstarhackers.exception

Packages that use com.redstarhackers.exception
com.redstarhackers.exception   
com.redstarhackers.func   
 

Classes in com.redstarhackers.exception used by com.redstarhackers.exception
ApplicationException
          A base Exception for application exceptions, exceptions which are expected to occur in the course of the application's execution (as opposed to RuntimeExceptions which might occur as a result of unforseen states or values in the system).
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).
ErrorCode
          An error code is a special object that represents a code or key for looking up an error code from a common source.
ErrorMessageUtil
          Class for retrieving error messages for a given error code or error code and parameters combination.
InvalidStateException
          Exception thrown when the current state invalid (usually the result of a Runtime error or logic error in the application).
ParameterizedErrorCode
          A parameterized error code is a specialization of ErrorCode that takes a list of parameters to use in the resulting error message.
RuleFailureException
          Base Exception class for rule failure exceptions (such as validation or business rules).
SystemException
          A base Exception for system exceptions, exceptions which are not expected and occur due to runtime states or values (as opposed to applications exceptions whose possibility is declared in the code and is a compile-time known factor).
 

Classes in com.redstarhackers.exception used by com.redstarhackers.func
ApplicationException
          A base Exception for application exceptions, exceptions which are expected to occur in the course of the application's execution (as opposed to RuntimeExceptions which might occur as a result of unforseen states or values in the system).
BusinessRuleException
          Specialized rule failure exception that pertains to validation issues specifically.
SecurityException
          TODO Class summary sentence.
SystemException
          A base Exception for system exceptions, exceptions which are not expected and occur due to runtime states or values (as opposed to applications exceptions whose possibility is declared in the code and is a compile-time known factor).
ValidationException
          Specialized rule failure exception that pertains to validation issues specifically.