Package org.citrusframework.exceptions
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.ValidationException
- All Implemented Interfaces:
Serializable
This exception marks errors during validation in Citrus. Basically this exception is thrown
during message validation, exception assertion, SOAP fault and attachment validation and so on.
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) Constructor using fields.ValidationException(String message, Throwable cause) Constructor using fields. -
Method Summary
Methods inherited from class org.citrusframework.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
Constructor using fields.- Parameters:
message-
-
ValidationException
Constructor using fields.- Parameters:
message-cause-
-