Skip to:
Take the following query:
This causes an IllegalArguementException that bubbles up an antlr-exception. The antlr-exception should likely be wrapped in a QueryException.
IllegalArguementException
QueryException
Take the following query:
This causes an
IllegalArguementException
that bubbles up an antlr-exception. The antlr-exception should likely be wrapped in aQueryException
.