Class VariableNotBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.ontodriver.exception.OntoDriverRuntimeException
cz.cvut.kbss.ontodriver.exception.VariableNotBoundException
- All Implemented Interfaces:
Serializable
Thrown when an attempt is made to extract value of a variable which is not bound by the
ResultSet
.
This can happen for example when an OPTIONAL operator is used, so the variable is present in the result set, but may not be bound by the current row.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VariableNotBoundException
-