WrongParserExceptionpublic class WrongParserException extends RuntimeException Certain functions may throw this error if they are paired with
the incorrect parser. |
Constructors Summary |
---|
public WrongParserException(String message)Create a WrongParserException object.
super(message);
|
|