Package com.consol.citrus.exceptions
Class NoSuchMessageValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.NoSuchMessageValidatorException
-
- All Implemented Interfaces:
Serializable
public class NoSuchMessageValidatorException extends CitrusRuntimeException
In case no message validator exists for a given prefix this exception is thrown.- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchMessageValidatorException()Default constructor.NoSuchMessageValidatorException(String message)Constructor using fields.NoSuchMessageValidatorException(String message, Throwable cause)Constructor using fields.NoSuchMessageValidatorException(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
-
NoSuchMessageValidatorException
public NoSuchMessageValidatorException()
Default constructor.
-
NoSuchMessageValidatorException
public NoSuchMessageValidatorException(String message)
Constructor using fields.- Parameters:
message-
-
NoSuchMessageValidatorException
public NoSuchMessageValidatorException(Throwable cause)
Constructor using fields.- Parameters:
cause-
-
-