Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, @Nullable TextPointer position)
    • ParseException

      public ParseException(String message, @Nullable TextPointer position, @Nullable Throwable cause)
  • Method Details

    • getPosition

      @CheckForNull public TextPointer getPosition()