Package org.hibernate.query.sqm
Class InterpretationException
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.InterpretationException
- All Implemented Interfaces:
Serializable
Represents a generic unhandled problem which occurred while translating
HQL/JPQL. This exception represents some sort of bug in the query
translator, whereas
SemanticException or
SyntaxException indicate problems with the
query itself.- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterpretationException(String message) Deprecated, for removal: This API element is subject to removal in a future version.this constructor does not carry information about the query which caused the failureInterpretationException(String query, Exception cause) InterpretationException(String query, String message) -
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
-
InterpretationException
-
InterpretationException
-
InterpretationException
Deprecated, for removal: This API element is subject to removal in a future version.this constructor does not carry information about the query which caused the failure
-