Module  java.xml
软件包  javax.xml.parsers

Class ParserConfigurationException

  • All Implemented Interfaces:
    Serializable


    public class ParserConfigurationException
    extends 异常
    表示严重的配置错误。
    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • ParserConfigurationException

        public ParserConfigurationException​()
        创建一个新的 ParserConfigurationException没有详细消息。
      • ParserConfigurationException

        public ParserConfigurationException​(String msg)
        创建一个新的 ParserConfigurationException ,其中 String指定为错误消息。
        参数
        msg - 异常的错误消息。