org.w3c.domts
Class DOMErrorImpl
java.lang.Object
org.w3c.domts.DOMErrorImpl
- DOMError
public class DOMErrorImpl
extends java.lang.Object
implements DOMError
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
DOMErrorImpl
public DOMErrorImpl(DOMError src)
Public constructor
getLocation
public final DOMLocator getLocation()
getMessage
public final String getMessage()
getRelatedData
public final Object getRelatedData()
getRelatedException
public final Object getRelatedException()
getSeverity
public final short getSeverity()
getType
public final String getType()