Class WrongParserException

All Implemented Interfaces:
Serializable

public class WrongParserException extends RuntimeException
Certain functions may throw this error if they are paired with the incorrect parser.
See Also:
  • Constructor Details

    • WrongParserException

      public WrongParserException(String message)
      Create a WrongParserException object.
      Parameters:
      message - The error message that should be reported to the user.