Uses of Package
com.ctc.wstx.exc

Packages that use com.ctc.wstx.exc
com.ctc.wstx.exc   
com.ctc.wstx.io   
com.ctc.wstx.sr   
 

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 © 2005-2015 Oracle Corporation. All Rights Reserved.