OpenPetra
Free Administration Software for Non-Profits
|
Classes | |
class | Ict.Common.Exceptions.EOPException |
Base Class for OpenPetra-specific Exceptions. More... | |
class | Ict.Common.Exceptions.EOPAppException |
Base Class for OpenPetra-specific application-level Exceptions. More... | |
class | Ict.Common.Exceptions.EOPDBException |
Base Class for OpenPetra-specific data access-level and database-level Exceptions. More... | |
class | Ict.Common.Exceptions.EOPDBSessionException |
Base Class for OpenPetra-specific Session Exceptions. More... | |
class | Ict.Common.Exceptions.EOPDBInvalidSessionException |
Thrown if a Session that is asked for is invalid. More... | |
class | Ict.Common.Exceptions.EOutOfRangeException |
Thrown if a value is out of range. More... | |
class | Ict.Common.Exceptions.EPagedTableNoRecordsException |
Thrown by the TPagedDataSet Class if no records where found by the query. More... | |
class | Ict.Common.Exceptions.EPagedTableNoSuchPageException |
Thrown by the TPagedDataSet Class if a page was requested that does not exist. More... | |
class | Ict.Common.Exceptions.ECachedDataTableNotImplementedException |
Thrown by a Cache Instantiator Class if a Cached DataTable was requested that does not exist. More... | |
class | Ict.Common.Exceptions.ECachedDataTableReturnedNothingException |
Thrown by a Cache Instantiator Class if a Cached DataTable that was requested returned no DataTable object. More... | |
class | Ict.Common.Exceptions.ECachedDataTableLoadingRetryGotCancelledException |
Thrown by the Cache Manager Class if the loading of a Cached DataTable got cancelled by the user when the attemps to retry the loading were exhausted. More... | |
class | Ict.Common.Exceptions.ECachedDataTableTableNameMismatchException |
Thrown by a Cache Instantiator Class if a Cached DataTable that was requested is named differently than the Enum. More... | |
class | Ict.Common.Exceptions.ELoginFailedServerTooBusyException |
Thrown if login was not possible because the Server was too busy. More... | |
class | Ict.Common.Exceptions.ESecurityAccessDeniedException |
Base Class for all Security Exceptions. More... | |
class | Ict.Common.Exceptions.ESecurityDBTableAccessDeniedException |
Thrown by the TDataBase Class if the user doesn't have enough rights to execute the query. More... | |
class | Ict.Common.Exceptions.ESecurityScreenAccessDeniedException |
Thrown if an OpenPetra screen (WinForm) cannot be opened for security reasons. More... | |
class | Ict.Common.Exceptions.ESecurityModuleAccessDeniedException |
Thrown if an OpenPetra User has no rights for a certain Security Module. More... | |
class | Ict.Common.Exceptions.ESecurityGroupAccessDeniedException |
Thrown if an OpenPetra User has no rights for a certain Security Group. More... | |
class | Ict.Common.Exceptions.EProblemConstructingHyperlinkException |
Thrown if the the attempt to construct a Hyperlink from a Value and a Hyperlink Format fails. More... | |
class | Ict.Common.Exceptions.EFinanceSystemUnexpectedStateException |
Base Class for OpenPetra-finance-system-specific application-level Exceptions. More... | |
class | Ict.Common.Exceptions.EFinanceSystemInvalidLedgerNumberException |
Thrown if a Ledger number is invalid. More... | |
class | Ict.Common.Exceptions.EFinanceSystemInvalidBatchNumberException |
Thrown if a Batch number in a given Ledger number is invalid. More... | |
class | Ict.Common.Exceptions.EFinanceSystemDBTransactionNullException |
Thrown if a given DB Transaction is null More... | |
class | Ict.Common.Exceptions.EFinanceSystemDataObjectNullOrEmptyException |
Thrown if a given data object is null More... | |
class | Ict.Common.Exceptions.EFinanceSystemDataTableReturnedNoDataException |
Thrown if a given data table object is null or empty More... | |
class | Ict.Common.Exceptions.EFinanceSystemCacheableTableReturnedNoDataException |
Thrown if a given cacheable data table object is null or empty More... | |
class | Ict.Common.Exceptions.EFinanceSystemDataTableAccessFailedException |
Thrown if a given data table object is unable to access (and load the contents of) a specified DB table More... | |
Namespaces | |
namespace | Ict |
namespace | Ict.Common |
namespace | Ict.Common.Exceptions |