Ticket #30 (new enhancement)
Opened 2 years ago
More Specific Database Exceptions
| Reported by: | james | Owned by: | james |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | System | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked By: |
Description
Right now NoConnectionException? handles all database connection errors, from unconfigured to could-not-connect. New proposed exceptions:
- MavericException?
- DBException
- NoConnectionException? - Could not connect
- NoConfigurationException? - Database is not configured/misconfigured
- BadQueryException? - Query could not execute
- NoRecordException? - Is this necessary at the system level?
- DBException
Note: See
TracTickets for help on using
tickets.
