[root]/src/au/com/whitesquare/dcaf/exception

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 12 (100.0%) | 289 (100.0%) | 24.0 |
Updated DCAF to test the database connection on init, and if it fails throws a "SystemNotConfiguredException" including the cause that can be inspected.
10 lines of code changed in:
There is now access to the underlying SQLException.
Also for ease of use some of the SQLException functions are exposed if this dcaf exception was raised due to a SQLException.
60 lines of code changed in:
Created new DCAFException and updated existing Exceptions to extend
this base exception.
70 lines of code changed in:
Created new Exception for the new Filter section.
31 lines of code changed in:
Renamed base exception from blue square (old) to whitesquare (new).
9 lines of code changed in:
Initial Load
109 lines of code changed in: