Uses of Package
com.ctc.wstx.exc
-
Packages that use com.ctc.wstx.exc Package Description com.ctc.wstx.exc Package that contains all exceptions Woodstox readers and writers throw.com.ctc.wstx.io Low-level classes that are used to abstract most details of stream I/O access from actual parsing classes.com.ctc.wstx.sr 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.exc Class Description WstxException Base class for all implementatations ofXMLStreamException
Wstx uses.WstxLazyException Alternative exception class Woodstox code uses when it is not allowed to throw an instance ofXMLStreamException
; this generally happens when doing lazy parsing.WstxParsingException Intermediate base class for reporting actual Wstx parsing problems.WstxValidationException 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 Class Description WstxException Base class for all implementatations ofXMLStreamException
Wstx uses. -
Classes in com.ctc.wstx.exc used by com.ctc.wstx.sr Class Description WstxException Base class for all implementatations ofXMLStreamException
Wstx uses.