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