|
Exception Summary |
| 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. |
| 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). |
| 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). |
| InvalidConfigurationException |
Exception thrown when configuration information is missing or invalid. |
| InvalidStateException |
Exception thrown when the current state invalid (usually the result of a Runtime error
or logic error in the application). |
| RuleFailureException |
Base Exception class for rule failure exceptions (such as validation or
business rules). |
| RuntimeRuleFailureException |
A runtime, base Exception class for rule failure exceptions (such as validation or
business rules). |
| 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. |