org.w3c.domts

Class DOMErrorImpl

Implemented Interfaces:
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

Constructor Summary

DOMErrorImpl(DOMError src)
Public constructor

Method Summary

DOMLocator
getLocation()
String
getMessage()
Object
getRelatedData()
Object
getRelatedException()
short
getSeverity()
String
getType()

Constructor Details

DOMErrorImpl

public DOMErrorImpl(DOMError src)
Public constructor

Method Details

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