Most visited

Recently visited

Added in API level 1

ParserConfigurationException

public class ParserConfigurationException
extends 异常

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        javax.xml.parsers.ParserConfigurationException


指示严重的配置错误。

摘要(Summary)

Public constructors

ParserConfigurationException()

创建一个新的 ParserConfigurationException ,没有详细信息。

ParserConfigurationException(String msg)

创建一个新的 ParserConfigurationException ,指定 String作为错误消息。

继承方法(Inherited methods)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

ParserConfigurationException

Added in API level 1
ParserConfigurationException ()

创建一个新的 ParserConfigurationException ,没有详细信息。

ParserConfigurationException

Added in API level 1
ParserConfigurationException (String msg)

创建一个新的 ParserConfigurationException并将 String指定为错误消息。

参数(Parameters)
msg String: The error message for the exception.

Hooray!