Package com.consol.citrus.exceptions
Class NoSuchValidationMatcherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.NoSuchValidationMatcherException
-
- All Implemented Interfaces:
Serializable
public class NoSuchValidationMatcherException extends CitrusRuntimeException
Unknown validation matchers cause this exception.- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchValidationMatcherException()Default constructor.NoSuchValidationMatcherException(String message)Constructor using fields.NoSuchValidationMatcherException(String message, Throwable cause)Constructor using fields.NoSuchValidationMatcherException(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
-
-
-
-
Constructor Detail
-
NoSuchValidationMatcherException
public NoSuchValidationMatcherException()
Default constructor.
-
NoSuchValidationMatcherException
public NoSuchValidationMatcherException(String message)
Constructor using fields.- Parameters:
message-
-
NoSuchValidationMatcherException
public NoSuchValidationMatcherException(Throwable cause)
Constructor using fields.- Parameters:
cause-
-
-