Take the following query: {code} session.createQuery( "bogus" ); {code}
This causes an {{IllegalArguementException}} that bubbles up an antlr-exception. Internally, this The antlr-exception should at least likely be bubbled up as wrapped in a {{QueryException}}. |
|