Chris Cranford
updated
an issue
Hibernate ORM
/
HHH-11568
Throw QueryException rather than antlr-specific exceptions when query parsing fails.
Change By:
Chris Cranford
Take the following query:
{code}
session.createQuery( "bogus" );
{code}
This causes an {{IllegalArguementException}} that bubbles up an antlr-exception. Internally, this should at least be bubbled up as a {{QueryException}}.
Add Comment
This message was sent by Atlassian JIRA
(v1000.824.1#100035-
sha1:96b2fd8
)