Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends Exception

General exception for parsing errors, thrown primarily by event handlers.

Since:
2.0.0
See Also:
  • Field Details

  • Constructor Details

    • ParseException

      public ParseException()
    • ParseException

      public ParseException(String message, Throwable throwable)
    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(Throwable throwable)
    • ParseException

      public ParseException(int line, int col)
    • ParseException

      public ParseException(String message, Throwable throwable, int line, int col)
    • ParseException

      public ParseException(String message, int line, int col)
    • ParseException

      public ParseException(Throwable throwable, int line, int col)
  • Method Details

    • messagePrefix

      private static String messagePrefix(int line, int col)
    • message

      private static String message(String message, Throwable throwable)
    • getLine

      public Integer getLine()
    • getCol

      public Integer getCol()