Uses of Package
com.ctc.wstx.exc

Packages that use com.ctc.wstx.exc
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
WstxException
          Base class for all implementatations of XMLStreamException Wstx uses.
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.
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
WstxException
          Base class for all implementatations of XMLStreamException Wstx uses.
 

Classes in com.ctc.wstx.exc used by com.ctc.wstx.sr
WstxException
          Base class for all implementatations of XMLStreamException Wstx uses.
 



Copyright © 2011 Codehaus. All Rights Reserved.