Serialized Form
-
Package com.ctc.wstx.exc
-
Exception Class com.ctc.wstx.exc.WstxEOFException
class WstxEOFException extends WstxParsingException implements Serializable -
Exception Class com.ctc.wstx.exc.WstxException
class WstxException extends XMLStreamException implements Serializable-
Serialized Fields
-
mMsg
String mMsg
D'oh. Super-class munges and hides the message, have to duplicate here
-
-
-
Exception Class com.ctc.wstx.exc.WstxIOException
class WstxIOException extends WstxException implements Serializable -
Exception Class com.ctc.wstx.exc.WstxLazyException
class WstxLazyException extends RuntimeException implements Serializable-
Serialized Fields
-
mOrig
XMLStreamException mOrig
-
-
-
Exception Class com.ctc.wstx.exc.WstxOutputException
class WstxOutputException extends WstxException implements Serializable -
Exception Class com.ctc.wstx.exc.WstxParsingException
class WstxParsingException extends WstxException implements Serializable -
Exception Class com.ctc.wstx.exc.WstxUnexpectedCharException
class WstxUnexpectedCharException extends WstxParsingException implements Serializable-
Serialized Fields
-
mChar
char mChar
-
-
-
Exception Class com.ctc.wstx.exc.WstxValidationException
class WstxValidationException extends org.codehaus.stax2.validation.XMLValidationException implements Serializable
-
-
Package com.ctc.wstx.io
-
Class com.ctc.wstx.io.WstxInputLocation
class 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
-
Exception Class com.ctc.wstx.sax.WrappedSaxException
class WrappedSaxException extends RuntimeException implements Serializable-
Serialized Fields
-
mCause
SAXException mCause
-
-
-
-
Package com.ctc.wstx.util