public
class
ParserConfigurationException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | javax.xml.parsers.ParserConfigurationException |
Indicates a serious configuration error.
Public constructors | |
---|---|
ParserConfigurationException()
Create a new |
|
ParserConfigurationException(String msg)
Create a new |
Inherited methods | |
---|---|
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
ParserConfigurationException ()
Create a new ParserConfigurationException
with no
detail message.
ParserConfigurationException (String msg)
Create a new ParserConfigurationException
with
the String
specified as an error message.
Parameters | |
---|---|
msg |
String :
The error message for the exception.
|