| Class | Description |
|---|---|
| Preconditions |
Good error handling involves validation as well, provide a nice means of validating inputs.
|
| Exception | Description |
|---|---|
| BlankParameterException |
Similar to
NullParameterException except its the special case for strings that are blank. |
| InvalidParameterException |
Thrown when a parameter or combination or parameters is not suitable
|
| NullParameterException |
Thrown to indicate a null parameter was passed which should always be considered a bad thing.
|
| PermanentException |
An exception that is thrown when a permanent development intervention is most likely to be required.
|
| RetryableTransientException | |
| TransientException |
These exceptions deal with situations that are not program errors but relate
to the programs interaction.
|
Copyright © 2009–2016 RedEngine Ltd. All rights reserved.