Class QueryException

All Implemented Interfaces:
Serializable

public class QueryException extends IllegalArgumentException
Thrown when a query expression is malformed.
See Also:
  • Constructor Details

    • QueryException

      public QueryException(String message)
    • QueryException

      public QueryException(Throwable cause)
    • QueryException

      public QueryException(String message, Throwable cause)
    • QueryException

      public QueryException(String message, int pos)
    • QueryException

      public QueryException(String message, int startPos, int endPos)
  • Method Details

    • baseMessage

      public final String baseMessage()
    • startPos

      public final int startPos()
      Returns:
      source code start position, zero-based, inclusive; is -1 if not applicable
    • endPos

      public final int endPos()
      Returns:
      source code end position, zero-based, exclusive; is -1 if not applicable
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable