Serialized Form


Package com.ctc.wstx.exc

Class com.ctc.wstx.exc.WstxEOFException extends WstxParsingException implements Serializable

serialVersionUID: 1L

Class com.ctc.wstx.exc.WstxException extends XMLStreamException implements Serializable

serialVersionUID: 1L

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

serialVersionUID: 1L

Class com.ctc.wstx.exc.WstxLazyException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

mOrig

XMLStreamException mOrig

Class com.ctc.wstx.exc.WstxOutputException extends WstxException implements Serializable

serialVersionUID: 1L

Class com.ctc.wstx.exc.WstxParsingException extends WstxException implements Serializable

serialVersionUID: 1L

Class com.ctc.wstx.exc.WstxUnexpectedCharException extends WstxParsingException implements Serializable

serialVersionUID: 1L

Serialized Fields

mChar

char mChar

Class com.ctc.wstx.exc.WstxValidationException extends XMLValidationException implements Serializable

serialVersionUID: 1L


Package com.ctc.wstx.io

Class com.ctc.wstx.io.WstxInputLocation extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mContext

WstxInputLocation mContext
Enclosing (parent) input location; location from which current location is derived.


mPublicId

String mPublicId

mSystemId

String mSystemId

mCharOffset

int mCharOffset

mCol

int mCol

mRow

int mRow

Package com.ctc.wstx.sax

Class com.ctc.wstx.sax.WrappedSaxException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

mCause

SAXException mCause

Package com.ctc.wstx.util

Class com.ctc.wstx.util.InternCache extends LinkedHashMap implements Serializable

serialVersionUID: 1L


Package org.codehaus.stax2.typed

Class org.codehaus.stax2.typed.TypedXMLStreamException extends XMLStreamException implements Serializable

serialVersionUID: 1L

Serialized Fields

mLexical

String mLexical
Lexical representation of the content that could not be converted to the requested type. May be null if a processor is unable to provide it. Lexical representation should preferably be as close to the original input String as possible (as opposed to being normalized which often is done before actual parsing).


Package org.codehaus.stax2.validation

Class org.codehaus.stax2.validation.XMLValidationException extends XMLStreamException implements Serializable

serialVersionUID: 1L

Serialized Fields

mCause

XMLValidationProblem mCause