See: Description
Exception | Description |
---|---|
WstxEOFException |
Exception thrown during parsing, if an unexpected EOF is encountered.
|
WstxException |
Base class for all implementatations of
XMLStreamException
Wstx uses. |
WstxIOException |
Simple wrapper for
IOException s; needed when StAX does not expose
underlying I/O exceptions via its methods. |
WstxLazyException |
Alternative exception class Woodstox code uses when it is not allowed
to throw an instance of
XMLStreamException ; this generally
happens when doing lazy parsing. |
WstxOutputException |
Exception class used for notifying about well-formedness errors that
writers would create.
|
WstxParsingException |
Intermediate base class for reporting actual Wstx parsing problems.
|
WstxUnexpectedCharException |
Generic exception type that indicates that tokenizer/parser encountered
unexpected (but not necessarily invalid per se) character; character that
is not legal in current context.
|
WstxValidationException |
Specific exception thrown when document has validation (DTD, W3C Schema)
errors; things that are not well-formedness problems.
|
XMLStreamException
.Copyright © 2018 FasterXML. All rights reserved.