Top Description Fields Constructors
com.sun.org.apache.xml.internal.dtm

public Class DTMDOMException

extends DOMException
Class Inheritance

Simple implementation of DOMException. %REVIEW% Several classes were implementing this internally; it makes more sense to have one shared version.

Field Summary

Modifier and TypeField and Description
pack-priv static final long
Inherited from org.w3c.dom.DOMException:
codeDOMSTRING_SIZE_ERRHIERARCHY_REQUEST_ERRINDEX_SIZE_ERRINUSE_ATTRIBUTE_ERRINVALID_ACCESS_ERRINVALID_CHARACTER_ERRINVALID_MODIFICATION_ERRINVALID_STATE_ERRNAMESPACE_ERRNO_DATA_ALLOWED_ERRNO_MODIFICATION_ALLOWED_ERRNOT_FOUND_ERRNOT_SUPPORTED_ERRSYNTAX_ERRTYPE_MISMATCH_ERRVALIDATION_ERRWRONG_DOCUMENT_ERR

Constructor Summary

AccessConstructor and Description
public
DTMDOMException(short code, String message)

Constructs a DOM/DTM exception.

public
DTMDOMException(short code)

Constructor DTMDOMException

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides org.w3c.dom.DOMException.serialVersionUID.

Constructor Detail

DTMDOMExceptionback to summary
public DTMDOMException(short code, String message)

Constructs a DOM/DTM exception.

DTMDOMExceptionback to summary
public DTMDOMException(short code)

Constructor DTMDOMException