|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.xml.client.DOMException
com.google.gwt.xml.client.impl.DOMParseException
public class DOMParseException
Thrown when parse errors occur in the underlying implementation.
| 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 |
|---|
public DOMParseException()
public DOMParseException(java.lang.String contents)
public DOMParseException(java.lang.String contents,
java.lang.Throwable e)
| Method Detail |
|---|
public java.lang.String getContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||