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
public class InterpretationException extends QueryException
Represents a general uncaught problem performing the interpretation. This might indicate a semantic (user sqm) problem or a bug in the parser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpretationException(String query)
InterpretationException(String query, Exception cause)
-
Method Summary
-
Methods inherited from class org.hibernate.QueryException
generateQueryException, getMessage, getOriginalMessage, getQueryString, wrapWithQueryString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-