org.apache.xml.dtm

Class DTMDOMException


public class DTMDOMException
extends org.w3c.dom.DOMException

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

Constructor Summary

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

Constructor Details

DTMDOMException

public DTMDOMException(short code)
Constructor DTMDOMException
Parameters:
code -

DTMDOMException

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

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