XML for Java Compatibility API 2.0.11

com.ibm.xml.parser
Class 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: 74 1.4 src/com/ibm/xml/parser/LibraryException.java, parser, xml4j2, xml4j2_0_11
See Also:
RuntimeException, Serialized Form

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, 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.

XML for Java Compatibility API 2.0.11