|
||||||||||
| 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.DOMNodeException
public class DOMNodeException
Thrown when a particular DOM item causes an exception.
| 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 |
|---|
public DOMNodeException()
public DOMNodeException(short code,
java.lang.Throwable e,
com.google.gwt.xml.client.impl.DOMItem item)
| Method Detail |
|---|
public com.google.gwt.xml.client.impl.DOMItem getItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||