Serialized Form
-
Package com.ctc.wstx.exc
-
Class com.ctc.wstx.exc.WstxEOFException extends WstxParsingException implements Serializable
-
Class com.ctc.wstx.exc.WstxException extends XMLStreamException implements Serializable
-
Serialized Fields
-
mMsg
String mMsg
D'oh. Super-class munges and hides the message, have to duplicate here
-
-
-
Class com.ctc.wstx.exc.WstxIOException extends WstxException implements Serializable
-
Class com.ctc.wstx.exc.WstxLazyException extends RuntimeException implements Serializable
-
Serialized Fields
-
mOrig
XMLStreamException mOrig
-
-
-
Class com.ctc.wstx.exc.WstxOutputException extends WstxException implements Serializable
-
Class com.ctc.wstx.exc.WstxParsingException extends WstxException implements Serializable
-
Class com.ctc.wstx.exc.WstxUnexpectedCharException extends WstxParsingException implements Serializable
-
Serialized Fields
-
mChar
char mChar
-
-
-
Class com.ctc.wstx.exc.WstxValidationException extends org.codehaus.stax2.validation.XMLValidationException implements Serializable
-
-
Package com.ctc.wstx.io
-
Class com.ctc.wstx.io.WstxInputLocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mCharOffset
long mCharOffset
-
mCol
int mCol
-
mContext
WstxInputLocation mContext
Enclosing (parent) input location; location from which current location is derived. -
mPublicId
String mPublicId
-
mRow
int mRow
-
mSystemId
String mSystemId
-
-
-
Package com.ctc.wstx.sax
-
Class com.ctc.wstx.sax.WrappedSaxException extends RuntimeException implements Serializable
-
Serialized Fields
-
mCause
SAXException mCause
-
-
-
-
Package com.ctc.wstx.util
-
Class com.ctc.wstx.util.InternCache extends LinkedHashMap<String,String> implements Serializable
-