Package org.hibernate.query.sqm
Class TerminalPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.hibernate.query.sqm.TerminalPathException
-
- All Implemented Interfaces:
Serializable
public class TerminalPathException extends IllegalStateException
Indicates an attempt to dereference a terminal path (usually a path referring to something of basic type)- Since:
- 6.3
- See Also:
- Serialized Form
- API Note:
- extends
IllegalStateException
to satisfy a questionable requirement of the JPA criteria query API
-
-
Constructor Summary
Constructors Constructor Description TerminalPathException(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
-
TerminalPathException
public TerminalPathException(String message)
-
-