Class InvalidQueryResults

All Implemented Interfaces:
Serializable

public class InvalidQueryResults extends RuntimeException

Exception denoting parsing of serialized query results failed due to syntax errors

Since:
1.0
Version:
1.0
Author:
Michael Grove
See Also:
  • Field Details

  • Constructor Details

    • InvalidQueryResults

      public InvalidQueryResults(String theMessage)
    • InvalidQueryResults

      public InvalidQueryResults(String theMessage, long theLineNumber, long theColumnNumber)
  • Method Details

    • lineNumber

      public long lineNumber()
      Return the line where the parse error occurred
      Returns:
      the line number or UNKNOWN_POSITION if not specified
    • columnNumber

      public long columnNumber()
      Return the column where the parse error occurred
      Returns:
      the column number or UNKNOWN_POSITION if not specified