Package org.hibernate.query.sqm
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.query.sqm.ParsingException
- All Implemented Interfaces:
Serializable
Occurs when an unexpected condition is encountered while interpreting the
output of the HQL parser. This exception represents some sort of bug in
the parser, whereas
SyntaxException indicates
a problem with the query itself.- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.QueryException
generateQueryException, getMessage, getOriginalMessage, getQueryString, wrapWithQueryStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
-