Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

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

Constructor Summary
 XPointerParseException(java.lang.String msg)
Constructor for exception with detail message.
 XPointerParseException()
Constructor for exception with no 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, toString, 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.

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS