Class UnknownPathException

All Implemented Interfaces:
Serializable

public class UnknownPathException extends PathException
Indicates a failure to resolve an element of a path expression in HQL/JPQL.
See Also:
API Note:
The JPA criteria API requires that this sort of problem be reported as an IllegalArgumentException or IllegalStateException, and so we usually throw PathElementException or TerminalPathException from the SQM objects, and then wrap as an instance of this exception type in the HqlTranslator.