Class AbstractDocument.DocumentError

java.lang.Object
org.apache.batik.dom.AbstractDocument.DocumentError
All Implemented Interfaces:
DOMError
Enclosing class:
AbstractDocument

protected static class AbstractDocument.DocumentError extends Object implements DOMError
DOMError implementation.
  • Field Details

    • type

      protected String type
      The error type.
    • severity

      protected short severity
      The error severity.
    • message

      protected String message
      The error message.
    • relatedNode

      protected Node relatedNode
      The error related data.
    • relatedException

      protected Object relatedException
      The exception which cuased this error.
    • domLocator

      protected DOMLocator domLocator
      The DOMLocator for this error.
  • Constructor Details

    • DocumentError

      public DocumentError(String type, short severity, String message, Node relatedNode, Exception relatedException)
      Creates a new DocumentError object.
  • Method Details