|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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.
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,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
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 messageerr
- XMLError used for locale information
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |