Package org.hibernate.query.sqm
Class PathElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.hibernate.query.sqm.PathElementException
-
- All Implemented Interfaces:
Serializable
public class PathElementException extends IllegalArgumentException
Indicates that an element of a path did not resolve to a mapped program element.- Since:
- 6.3
- See Also:
- Serialized Form
- API Note:
- extends
IllegalArgumentException
to satisfy a questionable requirement of the JPA criteria query API
-
-
Constructor Summary
Constructors Constructor Description PathElementException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PathElementException
public PathElementException(String message)
-
-