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
-
Constructor Summary
Constructors Constructor Description MissingVariableException(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