org.apache.xml.dtm

Class DTMDOMException

public class DTMDOMException extends DOMException

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

UNKNOWN: internal

Constructor Summary
DTMDOMException(short code, String message)
Constructs a DOM/DTM exception.
DTMDOMException(short code)
Constructor DTMDOMException

Constructor Detail

DTMDOMException

public DTMDOMException(short code, String message)
Constructs a DOM/DTM exception.

Parameters: code message

DTMDOMException

public DTMDOMException(short code)
Constructor DTMDOMException

Parameters: code

Copyright B) 2006 Apache XML Project. All Rights Reserved.