Package org.hibernate.query.hql
Class HqlInterpretationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.query.hql.HqlInterpretationException
-
- All Implemented Interfaces:
Serializable
public class HqlInterpretationException extends HibernateException
Base of exception hierarchy for exceptions stemming from producing SQM AST trees- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HqlInterpretationException(String message)
HqlInterpretationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-