:
: When using "new QueryParser(...).parse(...)" I'd like to get the
: position where the error was detected (to show it to the user).
: See (and run) the code below.
:
: This is not possible via "e.currentToken" (that's null). Nevertheless
: this position will be printed within the getMessage(
Hello
When using "new QueryParser(...).parse(...)" I'd like to get the
position where the error was detected (to show it to the user).
See (and run) the code below.
This is not possible via "e.currentToken" (that's null). Nevertheless
this position will be printed within the getMessage() method