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