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
Author:
Daniel Fernández
See Also:
  • 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