java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.xml.parsers.ParserConfigurationException
Indicates a serious configuration error.
ParserConfigurationException(java.lang.String msg)
ParserConfigurationException
with
the String
specified as an error message.
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.