java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.xml.parsers.ParserConfigurationException
Indicates a serious configuration error.
ParserConfigurationException() Create a new ParserConfigurationException with no detail mesage. | |
ParserConfigurationException(java.lang.String msg) Create a new ParserConfigurationException with theString specified as an error message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
publicParserConfigurationException()
ParserConfigurationException
with no detail mesage.publicParserConfigurationException(java.lang.String msg)
ParserConfigurationException
with theString
specified as an error message.msg
- The error message for the exception.