|
| class | UserError |
| | A user error should never result in a back trace but a user friendly message about the error. More...
|
| |
| class | DeferredException |
| | Exception indicating that one or more exceptions was caught but execution should not stop so the error was deferred and this exception was thrown after the execution. More...
|
| |
| class | AbortException |
| | Exception indicating that test execution is aborted by user. More...
|
| |
| class | TransientException |
| | Exception indicating a transient error. More...
|
| |
| class | ExternalException |
| | Exception indicating that an error occurred due to external circumstance with user provided data. More...
|
| |