Exception Summary |
AttributeFormatException |
This is thrown, while parsing, when an element's attribute is not in the expected format. |
ExceptionAccumulator |
This is used to collect several parsing exceptions and report them
all at once. |
MissingAttributeException |
Thrown during parsing when an XML element is missing an attribute. |
MissingRequiredElementException |
Thrown during parsing when a required XML element does not exist. |
MultipleMatchesException |
This is thrown when we expect an XPath query to return one value
but it returns several values. |
NestedXPathException |
This is a wrapper for XPath exceptions. |
ParsingException |
Base class for exceptions thrown while parsing |
UnexpectedElementException |
Thrown when an XML parser encounters an element that should not be in that part of the file |