ParserConfigurationExceptionpublic class ParserConfigurationException extends Exception Represents an exception that occurred during the configuration of parser. |
Constructors Summary |
---|
public ParserConfigurationException()Creates a new {@code ParserConfigurationException} with no error message.
super();
| public ParserConfigurationException(String msg)Creates a new {@code ParserConfigurationException} with a given error
message.
super(msg);
|
|