org.w3c.domts

Class DOMErrorImpl

public class DOMErrorImpl extends Object implements DOMError

This is a utility implementation of EventListener that captures all events and provides access to lists of all events by mode
Constructor Summary
DOMErrorImpl(DOMError src)
Public constructor
Method Summary
DOMLocatorgetLocation()
StringgetMessage()
ObjectgetRelatedData()
ObjectgetRelatedException()
shortgetSeverity()
StringgetType()

Constructor Detail

DOMErrorImpl

public DOMErrorImpl(DOMError src)
Public constructor

Method Detail

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()