|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.w3c.dom.DOMException
oracle.xml.parser.v2.XMLDOMException
This class is used to throw DOM exceptions.
Field Summary |
Constructor Summary | |
XMLDOMException(short code) Constructs a XMLDOMException exception with a specified message and a code. |
|
XMLDOMException(short code, java.lang.String s) Constructs a XMLDOMException exception with a specified message and a code. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLDOMException(short code, java.lang.String s)
XMLDOMException
exception with a specified message and a code.code
- Code indicated in DOM interface, uses default messagepublic XMLDOMException(short code)
XMLDOMException
exception with a specified message and a code.code
- Code indicated in DOM interface, uses default message
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |