Package com.ctc.wstx.exc

Package that contains all exceptions Woodstox readers and writers throw.

See:
          Description

Exception Summary
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 IOExceptions; 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.
 

Package com.ctc.wstx.exc Description

Package that contains all exceptions Woodstox readers and writers throw. Exceptions generally extend XMLStreamException.