Exception Summary |
IoStreamException |
Simple wrapper for IOException s; needed when StAX does not expose
underlying I/O exceptions via its methods. |
StreamExceptionBase |
Base class for all XMLStreamException instances that
we use. |
UncheckedStreamException |
Unchecked exception that has to be used for methods of Stax API that
do not allow throwing checked XMLStreamException, but where internal
methods that need to be called may throw such an exception. |
ValidationException |
Specific exception thrown when document has validation (DTD, W3C Schema)
errors; things that are not well-formedness problems. |
WFCException |
Base class for reader-side Well-Formedness Constraint violation
(fatal error) exceptions. |