|
XML Parser for Java 1.1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.ibm.xml.parser.LibraryException
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.
RuntimeException
, Serialized FormConstructor 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 |
public LibraryException()
public LibraryException(java.lang.String msg)
msg
- The detail message for the exception.
|
XML Parser for Java 1.1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |