Package org.hibernate.query.sqm
Class UnknownPathException
- 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.UnknownPathException
-
- All Implemented Interfaces:
Serializable
public class UnknownPathException extends SemanticException
todo (6.0) : account for this in the "exception conversion" handling- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnknownPathException
unknownSubPath(SqmPath base, String name)
-
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
-
-
-
-
Method Detail
-
unknownSubPath
public static UnknownPathException unknownSubPath(SqmPath base, String name)
-
-