| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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 XMLDOMExceptionexception with a specified message and a code. | |
| XMLDOMException(short code, java.lang.String s)Constructs a XMLDOMExceptionexception 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® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||