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

Interface XMLReporter



  • public interface XMLReporter
    此界面用于报告非致命错误。 只有通过此界面才能回应警告。
    从以下版本开始:
    1.6
    Version:
    1.0
    • 方法详细信息

      • report

        void report​(String message,
                    String errorType,
                    Object relatedInformation,
                    Location location)
             throws XMLStreamException
        以应用程序特定格式报告所需的消息。 只能通过此界面报告警告和非致命错误。 致命错误应抛出XMLStreamException。
        参数
        message - 错误信息
        errorType - 实现定义的错误类型
        relatedInformation - 与错误有关的信息(如果有)
        location - 错误的位置(如果有)
        异常
        XMLStreamException