Package org.citrusframework.exceptions
Class NoSuchVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.NoSuchVariableException
- All Implemented Interfaces:
Serializable
Throw this exception in case an unknown variable is read from test context.
- Since:
- 2009
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.NoSuchVariableException(String message) Constructor using fields.NoSuchVariableException(String message, Throwable cause) Constructor using fields.NoSuchVariableException(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
-
NoSuchVariableException
public NoSuchVariableException()Default constructor. -
NoSuchVariableException
Constructor using fields.- Parameters:
message-
-
NoSuchVariableException
Constructor using fields.- Parameters:
cause-
-
NoSuchVariableException
Constructor using fields.- Parameters:
message-cause-
-