Serialized Form
-
Package org.codehaus.stax2.typed
-
Class org.codehaus.stax2.typed.TypedXMLStreamException extends javax.xml.stream.XMLStreamException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mLexical
java.lang.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
-
Class org.codehaus.stax2.validation.XMLValidationException extends javax.xml.stream.XMLStreamException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mCause
XMLValidationProblem mCause
-
-