org.w3c.domts
Class DOMErrorImpl
java.lang.Object
org.w3c.domts.DOMErrorImpl
- All Implemented Interfaces:
- org.w3c.dom.DOMError
public class DOMErrorImpl
- extends java.lang.Object
- implements org.w3c.dom.DOMError
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
| Fields inherited from interface org.w3c.dom.DOMError |
SEVERITY_ERROR, SEVERITY_FATAL_ERROR, SEVERITY_WARNING |
|
Constructor Summary |
DOMErrorImpl(org.w3c.dom.DOMError src)
Public constructor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMErrorImpl
public DOMErrorImpl(org.w3c.dom.DOMError src)
- Public constructor
getSeverity
public final short getSeverity()
- Specified by:
getSeverity in interface org.w3c.dom.DOMError
getMessage
public final java.lang.String getMessage()
- Specified by:
getMessage in interface org.w3c.dom.DOMError
getType
public final java.lang.String getType()
- Specified by:
getType in interface org.w3c.dom.DOMError
getRelatedException
public final java.lang.Object getRelatedException()
- Specified by:
getRelatedException in interface org.w3c.dom.DOMError
getRelatedData
public final java.lang.Object getRelatedData()
- Specified by:
getRelatedData in interface org.w3c.dom.DOMError
getLocation
public final org.w3c.dom.DOMLocator getLocation()
- Specified by:
getLocation in interface org.w3c.dom.DOMError