Class QueryScope.MissingVariableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.db.tables.select.QueryScope.MissingVariableException
All Implemented Interfaces:
Serializable
Enclosing class:
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:
Serialized Form