Uses of Package
com.ctc.wstx.exc
Packages that use com.ctc.wstx.exc
Package
Description
Package that contains all exceptions Woodstox readers and writers throw.
Low-level classes that are used to abstract most details of stream I/O
access from actual parsing classes.
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
-
Classes in com.ctc.wstx.exc used by com.ctc.wstx.excClassDescriptionBase class for all implementatations of
XMLStreamException
Wstx uses.Alternative exception class Woodstox code uses when it is not allowed to throw an instance ofXMLStreamException
; this generally happens when doing lazy parsing.Intermediate base class for reporting actual Wstx parsing problems.Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems. -
Classes in com.ctc.wstx.exc used by com.ctc.wstx.io
-
Classes in com.ctc.wstx.exc used by com.ctc.wstx.sr