public class ParserConfigurationException
extends 异常
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | javax.xml.parsers.ParserConfigurationException | ||
指示严重的配置错误。
Public constructors |
|
|---|---|
ParserConfigurationException() 创建一个新的 |
|
ParserConfigurationException(String msg) 创建一个新的 |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
ParserConfigurationException ()
创建一个新的 ParserConfigurationException ,没有详细信息。
ParserConfigurationException (String msg)
创建一个新的 ParserConfigurationException并将 String指定为错误消息。
| Parameters | |
|---|---|
msg |
String: The error message for the exception. |