Package com.consol.citrus.exceptions
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends CitrusRuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(String message)Constructor using fields.ValidationException(String message, Throwable cause)Constructor using fields.
-
Method Summary
-
Methods inherited from class com.consol.citrus.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-