java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | javax.xml.parsers.ParserConfigurationException |
Indicates a serious configuration error.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
ParserConfigurationException with no
detail message.
| |||||||||||
Create a new
ParserConfigurationException with
the String specified as an error message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Create a new ParserConfigurationException
with no
detail message.
Create a new ParserConfigurationException
with
the String
specified as an error message.
msg | The error message for the exception. |
---|