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