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

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.DOMParseException
All Implemented Interfaces:
java.io.Serializable

public class DOMParseException
extends DOMException

Thrown when parse errors occur in the underlying implementation.

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
DOMParseException()
           
DOMParseException(java.lang.String contents)
           
DOMParseException(java.lang.String contents, java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getContents()
           
 
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

DOMParseException

public DOMParseException()

DOMParseException

public DOMParseException(java.lang.String contents)

DOMParseException

public DOMParseException(java.lang.String contents,
                         java.lang.Throwable e)
Method Detail

getContents

public java.lang.String getContents()