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

public static class QueryScope.MissingVariableException extends RuntimeException
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 Details

    • MissingVariableException

      public MissingVariableException(String message, Throwable cause)
    • MissingVariableException

      public MissingVariableException(String message)