public class VariableNotSetException extends RuntimeException
Constructor and Description |
---|
VariableNotSetException()
INTERNAL: constructor with empty error message.
|
VariableNotSetException(String varName)
INTERNAL: constructor with the name of the variable which is not set.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VariableNotSetException()
public VariableNotSetException(String varName)