Class FunctionArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.QueryException
org.hibernate.query.SemanticException
org.hibernate.query.sqm.produce.function.FunctionArgumentException
- All Implemented Interfaces:
Serializable
Represents a problem with the argument list of a function in HQL/JPQL.
- Since:
- 6.3
- Author:
- Gavin King
- 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
-
FunctionArgumentException
-