Package org.hibernate.query.sqm
Class UnknownPathException
- All Implemented Interfaces:
Serializable
Indicates a failure to resolve an element of a path expression in HQL/JPQL.
- Author:
- Steve Ebersole
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownPathException(String message) UnknownPathException(String message, String hql, Exception cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic UnknownPathExceptionunknownSubPath(SqmPath base, String name) 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
-
UnknownPathException
-
UnknownPathException
-
-
Method Details
-
unknownSubPath
-