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


