XML for Java Compatibility API 2.0.13

com.ibm.xml.xpointer
Class 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: 24 1.5 src/com/ibm/xml/xpointer/XPointerParseException.java, parser, xml4j2, xml4j2_0_13
See Also:
Serialized Form

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

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.

XML for Java Compatibility API 2.0.13