Class com.ibm.xml.xpointer.XPointerParseException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.ibm.xml.xpointer.XPointerParseException
- public class XPointerParseException
- extends java.lang.Exception
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.
- Version:
- Revision: 84 1.4 src/com/ibm/xml/xpointer/XPointerParseException.java, xml4jsrc, xml4j-jtcsv, xml4j_1_0_4
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPointerParseException
public XPointerParseException(java.lang.String msg)
- Constructor for exception with detail message.
- Parameters:
msg
- The detail message for the exception.
XPointerParseException
public XPointerParseException()
- Constructor for exception with no detail message.