org.apache.xml.dtm.ref

Class DTMNamedNodeMap.DTMException

Enclosing Class:
DTMNamedNodeMap

public class DTMNamedNodeMap.DTMException
extends DOMException

Simple implementation of DOMException.

Constructor Summary

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

Constructor Details

DTMException

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

DTMException

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

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