Class 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 Detail

      • TerminalPathException

        public TerminalPathException​(String message)