Class SemanticException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AliasCollisionException, FunctionArgumentException, LiteralNumberFormatException, NotIndexedCollectionException, ParameterLabelException, PathException, StrictJpaComplianceViolation, UnknownEntityException

public class SemanticException extends QueryException
Represents an error in the semantics (meaning) of a HQL/JPQL query.
See Also:
  • Constructor Details

    • SemanticException

      @Deprecated(since="6.3") public SemanticException(String message)
      Deprecated.
      this constructor does not carry information about the query which caused the failure
    • SemanticException

      @Deprecated(since="6.3") public SemanticException(String message, Exception cause)
      Deprecated.
      this constructor does not carry information about the query which caused the failure
    • SemanticException

      public SemanticException(String message, String queryString)
    • SemanticException

      public SemanticException(String message, String queryString, Exception cause)