ParserConfigurationExceptionpublic class ParserConfigurationException extends Exception Indicates a serious configuration error. |
Constructors Summary |
---|
public ParserConfigurationException()Create a new ParserConfigurationException with no
detail mesage.
super();
| public ParserConfigurationException(String msg)Create a new ParserConfigurationException with
the String specified as an error message.
super(msg);
|
|