Class 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:
API Note:
extends IllegalArgumentException to satisfy a questionable requirement of the JPA criteria query API
  • Constructor Details

    • PathElementException

      public PathElementException(String message)