Package org.citrusframework.exceptions
Class UnknownElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.UnknownElementException
- All Implemented Interfaces:
Serializable
Thrown in case an element is not found. Usually used in during validation.
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.UnknownElementException(String message) Constructor using fields.UnknownElementException(String message, Throwable cause) Constructor using fields.UnknownElementException(Throwable cause) 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
-
UnknownElementException
public UnknownElementException()Default constructor. -
UnknownElementException
Constructor using fields.- Parameters:
message-
-
UnknownElementException
Constructor using fields.- Parameters:
cause-
-
UnknownElementException
Constructor using fields.- Parameters:
message-cause-
-