Serialized Form
-
Package org.codehaus.stax2.typed
-
Exception Class org.codehaus.stax2.typed.TypedXMLStreamException
class 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 benull
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
-
Exception Class org.codehaus.stax2.validation.XMLValidationException
class XMLValidationException extends XMLStreamException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
mCause
XMLValidationProblem mCause
-
-