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

Class com.ibm.xml.parser.LibraryException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----java.lang.RuntimeException
                            |
                            +----com.ibm.xml.parser.LibraryException

public class LibraryException
extends java.lang.RuntimeException
XML4J parser exception which signals that the XML parser has detected an internal error of some sort. Often this means that the document object hierarchy includes a Node(s) which is invalid or corrupted due to invalid actions performed by a DOM application.

Version:
Revision: 08 1.3 src/com/ibm/xml/parser/LibraryException.java, xml4jsrc, xml4j-jtcsv, xml4j_1_0_4
See Also:
java.lang.RuntimeException

Constructor Summary
 LibraryException()
Constructor for exception with no detail message.
 LibraryException(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, toString, wait, wait, wait
 

Constructor Detail

LibraryException

public LibraryException()
Constructor for exception with no detail message.

LibraryException

public LibraryException(java.lang.String msg)
Constructor for exception with detail message.
Parameters:
msg - The detail message for the exception.

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