public class

DOMParseException

extends DOMException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.xml.client.DOMException
           ↳ com.google.gwt.xml.client.impl.DOMParseException

Class Overview

Thrown when parse errors occur in the underlying implementation.

Summary

[Expand]
Inherited Constants
From class com.google.gwt.xml.client.DOMException
[Expand]
Inherited Fields
From class com.google.gwt.xml.client.DOMException
Public Constructors
DOMParseException()
DOMParseException(String contents)
DOMParseException(String contents, Throwable e)
Public Methods
String getContents()
[Expand]
Inherited Methods
From class com.google.gwt.xml.client.DOMException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DOMParseException ()

public DOMParseException (String contents)

public DOMParseException (String contents, Throwable e)

Public Methods

public String getContents ()