Class QuerySyntaxException

All Implemented Interfaces:
Serializable

public class QuerySyntaxException extends IllegalArgumentException
An IllegalArgumentException that is raised when the syntax validation of a Query has failed.
See Also:
  • Constructor Details

    • QuerySyntaxException

      public QuerySyntaxException()
      Creates a new instance.
    • QuerySyntaxException

      public QuerySyntaxException(String message)
      Creates a new instance.
    • QuerySyntaxException

      public QuerySyntaxException(String message, Throwable cause)
      Creates a new instance.
    • QuerySyntaxException

      public QuerySyntaxException(Throwable cause)
      Creates a new instance.