Package com.ctc.wstx.exc
package com.ctc.wstx.exc
Package that contains all exceptions Woodstox readers and writers throw.
Exceptions generally extend
XMLStreamException
.-
Exception ClassesClassDescriptionException thrown during parsing, if an unexpected EOF is encountered.Base class for all implementatations of
XMLStreamException
Wstx uses.Simple wrapper forIOException
s; needed when StAX does not expose underlying I/O exceptions via its methods.Alternative exception class Woodstox code uses when it is not allowed to throw an instance ofXMLStreamException
; this generally happens when doing lazy parsing.Exception class used for notifying about well-formedness errors that writers would create.Intermediate base class for reporting actual Wstx parsing problems.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.Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems.