| ActionTimeoutException |
Throw this exception in case you did not receive a message on a destination in time.
|
| CitrusRuntimeException |
Basic custom runtime exception for all errors in Citrus
|
| InvalidFunctionUsageException |
Use this exception in case a function is called with invalid parameters.
|
| MessageTimeoutException |
|
| MissingExpectedMessageException |
This exception is thrown when a message receiving action
does not specify any expected content.
|
| NoSuchFunctionException |
Unknown functions cause this exception.
|
| NoSuchFunctionLibraryException |
In case no function library exists for a given prefix this exception is thrown.
|
| NoSuchMessageValidatorException |
In case no message validator exists for a given prefix this exception is thrown.
|
| NoSuchValidationMatcherException |
Unknown validation matchers cause this exception.
|
| NoSuchValidationMatcherLibraryException |
In case no function library exists for a given prefix this exception is thrown.
|
| NoSuchVariableException |
Throw this exception in case an unknown variable is read from test context.
|
| ParallelContainerException |
Special exception thrown in case several actions in a parallel container have failed.
|
| ReplyMessageTimeoutException |
|
| TestCaseFailedException |
Base exception marking failure of test case.
|
| TestEngineFailedException |
Custom RuntimeException thrown if test run failed, because some tests were not successful.
|
| UnknownElementException |
Thrown in case an element is not found.
|
| ValidationException |
This exception marks errors during validation in Citrus.
|
| VariableNullValueException |
Variable value evaluates to null.
|