Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Thrown to indicate an error during parsing
See Also:
  • Constructor Details

    • ParseException

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

    • getLine

      public int getLine()
    • getColumn

      public int getColumn()
    • setSourceInfo

      public void setSourceInfo(String sourceInfo)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable