Package io.deephaven.engine.context
Class QueryScope.MissingVariableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.engine.context.QueryScope.MissingVariableException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- QueryScope
A type of RuntimeException thrown when a variable referenced within the
QueryScope
is not defined or,
more likely, has not been added to the scope.- See Also:
-
Constructor Summary
ConstructorDescriptionMissingVariableException
(String message) MissingVariableException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingVariableException
-
MissingVariableException
-