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
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.