Library:DOM4J
Version:1.6.1
Compatibility:JDK 1.4
Exceptions in library DOM4J.
NamePackageDescription
DocumentExceptionorg.dom4j

DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.

IllegalAddExceptionorg.dom4j

IllegalAddException is thrown when a node is added incorrectly to an Element

InvalidSchemaExceptionorg.dom4j.datatype

InvalidSchemaException is thrown when an invalid XML Schema document is used

InvalidXPathExceptionorg.dom4j

InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML document

XPathExceptionorg.dom4j

XPathException is thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing an exception.

Search