Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends IllegalArgumentException
ParseException, thrown when an invalid query is parsed.
Author:
Netherlands Forensic Institute
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String parser, String message, int line, int position)
  • Method Details

    • getLine

      public int getLine()
    • getPosition

      public int getPosition()