Class ParseException

All Implemented Interfaces:
Serializable

public class ParseException extends RuntimeException
Exception class to be thrown by subclasses when an error is encountered while parsing input.
See Also:
  • Constructor Details

    • ParseException

      public ParseException(@NotNull @NotNull String message)
      Parameters:
      message - the message to include in the exception
    • ParseException

      protected ParseException(@NotNull @NotNull String message, @NotNull @NotNull Throwable cause)