Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends AbstractCheckedException
Thrown when an error is encountered while parsing the query.
Since:
2.3
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String message)
      Constructs an QueryException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).