Exception Summary |
NoDataSourceDefinedException |
Indicates that a query is tried to be evaluated although no data source
has been bound, which is not allowed. |
NoModelBoundException |
Indicates that a query is tried to be evaluated although no data model
has been bound, which is not allowed. |
ParsingException |
Indicates that an error has occurred while a query is being evaluated. |
VariableAlreadyBoundException |
Indicates that a variable is already bound and is tried to be bound a
second time, which is not allowed. |
VariableNotBoundException |
Indicates that a variable's value is used although the variable has not
been bound, which is not allowed. |