com.google.gwt.xml.client.impl
Class DOMNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.gwt.xml.client.DOMException
                  extended by com.google.gwt.xml.client.impl.DOMNodeException
All Implemented Interfaces:
java.io.Serializable

public class DOMNodeException
extends DOMException

Thrown when a particular DOM item causes an exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.xml.client.DOMException
INVALID_ACCESS_ERR, INVALID_CHARACTER_ERR, INVALID_MODIFICATION_ERR, INVALID_STATE_ERR, SYNTAX_ERR
 
Constructor Summary
DOMNodeException()
           
DOMNodeException(short code, java.lang.Throwable e, com.google.gwt.xml.client.impl.DOMItem item)
           
 
Method Summary
 com.google.gwt.xml.client.impl.DOMItem getItem()
           
 
Methods inherited from class com.google.gwt.xml.client.DOMException
getCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMNodeException

public DOMNodeException()

DOMNodeException

public DOMNodeException(short code,
                        java.lang.Throwable e,
                        com.google.gwt.xml.client.impl.DOMItem item)
Method Detail

getItem

public com.google.gwt.xml.client.impl.DOMItem getItem()