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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
WstxException
Base class for all implementatations of
XMLStreamException
Wstx uses. |
Class and Description |
---|
WstxException
Base class for all implementatations of
XMLStreamException
Wstx uses. |
Copyright © 2018 FasterXML. All rights reserved.