No examples for this method.
Frequently called with: [Clear]
-1
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
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. |
---|