public class ParserConfigurationException
extends java.lang.Exception
| Constructor and Description | 
|---|
| ParserConfigurationException()Create a new  ParserConfigurationExceptionwith no detail mesage. | 
| ParserConfigurationException(java.lang.String msg)Create a new  ParserConfigurationExceptionwith theStringspecified as an error message. | 
public ParserConfigurationException()
ParserConfigurationException with no detail mesage.public ParserConfigurationException(java.lang.String msg)
ParserConfigurationException with the String specified as an error message.msg - The error message for the exception.