Package com.consol.citrus.exceptions
Class VariableNullValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.VariableNullValueException
-
- All Implemented Interfaces:
Serializable
public class VariableNullValueException extends CitrusRuntimeException
Variable value evaluates to null.- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableNullValueException()Default constructor.VariableNullValueException(String message)Constructor using fields.VariableNullValueException(String message, Throwable cause)Constructor using fields.VariableNullValueException(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
-
VariableNullValueException
public VariableNullValueException()
Default constructor.
-
VariableNullValueException
public VariableNullValueException(String message)
Constructor using fields.- Parameters:
message-
-
VariableNullValueException
public VariableNullValueException(Throwable cause)
Constructor using fields.- Parameters:
cause-
-
-