Module  java.desktop

Class IIOInvalidTreeException

    • 字段详细信息

      • offendingNode

        protected Node offendingNode
        Node ,导致了解析错误,或 null
    • 构造方法详细信息

      • IIOInvalidTreeException

        public IIOInvalidTreeException​(String message,
                                       Node offendingNode)
        构造一个 IIOInvalidTreeException其中包含一条消息字符串,并引用了导致解析错误的 Node
        参数
        message - a String包含解析失败的原因。
        offendingNode - 导致异常的DOM Node ,或 null
      • IIOInvalidTreeException

        public IIOInvalidTreeException​(String message,
                                       Throwable cause,
                                       Node offendingNode)
        构造一个 IIOInvalidTreeException与消息字符串,来导致此异常的异常的参考,并以参考 Node导致解析错误。
        参数
        message - a String包含解析失败的原因。
        cause - 导致该异常发生的 ThrowableError异常 )或 null
        offendingNode - 导致异常的DOM Node ,或 null
    • 方法详细信息

      • getOffendingNode

        public Node getOffendingNode​()
        返回导致解析错误的 Node
        结果
        有罪的 Node