Package org.hibernate.query
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.query.SyntaxException
- All Implemented Interfaces:
Serializable
Represents a syntax error in a HQL/JPQL query.
- Since:
- 6.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyntaxException
(String message) SyntaxException
(String message, String queryString) -
Method Summary
Methods inherited from class org.hibernate.QueryException
getMessage, getOriginalMessage, getQueryString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyntaxException
-
SyntaxException
-