|
XML for Java Compatibility API 2.0.15 | ||||||||
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 | +--com.ibm.xml.xpointer.XPointerParseException
XML4J XPointer exception which signals that the XPointer parser has detected an internal error of some sort. Usually, this means that the parser encountered a severe syntax error in the XPointer being parsed.
Constructor Summary | |
XPointerParseException()
Constructor for exception with no detail message. |
|
XPointerParseException(java.lang.String msg)
Constructor for exception with detail message. |
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 XPointerParseException(java.lang.String msg)
msg
- The detail message for the exception.public XPointerParseException()
|
XML for Java Compatibility API 2.0.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |