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

    • TerminalPathException

      public TerminalPathException(String message)