Class InterpretationException

All Implemented Interfaces:
Serializable

public class InterpretationException extends QueryException
Represents a generic unhandled problem which occurred while translating HQL/JPQL. This exception represents some sort of bug in the query translator, whereas SemanticException or SyntaxException indicate problems with the query itself.
Author:
Steve Ebersole
See Also:
  • Constructor Details

    • InterpretationException

      public InterpretationException(String query, String message)
    • InterpretationException

      public InterpretationException(String query, Exception cause)
    • InterpretationException

      @Deprecated(since="6.3", forRemoval=true) public InterpretationException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      this constructor does not carry information about the query which caused the failure