Serialized Form
Package org.openxml.beans |
_document
Document _document
Package org.openxml.parser |
_baseException
java.lang.Exception _baseException
- Deprecated.
- Holds the base exception (usually an I/O exception) for which this
exception was thrown.
- Reference to base exception
_lineNumber
int _lineNumber
- Deprecated.
- The line number at which the error occured.
- 1..n
_position
int _position
- Deprecated.
- The character position at which the error occured.
- 0..n
_previous
ParseException _previous
- Deprecated.
- Points to the previous exception in a single-linked (backward) list of
created, but not thrown, exceptions.
- Link to previous execption in list
_sourceURI
java.lang.String _sourceURI
- Deprecated.
- The source URI at which the error occured.
- URI of source file
code
short code
exception
java.lang.Exception exception
message
java.lang.String message
columnNumber
int columnNumber
lineNumber
int lineNumber
publicId
java.lang.String publicId
systemId
java.lang.String systemId