Package org.hibernate.query
Class PathException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownPathException
public class PathException extends SemanticException
Indicates a problem with a path expression in HQL/JPQL.- See Also:
UnknownPathException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathException(String message)
PathException(String message, Exception cause)
PathException(String message, String hql, 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
-
-