Interface DOMError

All Known Implementing Classes:
DOMErrorImpl

public interface DOMError
The public interface DOMError.
  • Field Details

  • Method Details

    • getSeverity

      short getSeverity()
    • getMessage

      String getMessage()
    • getType

      String getType()
    • getRelatedException

      Object getRelatedException()
    • getRelatedData

      Object getRelatedData()
    • getLocation

      DOMLocator getLocation()