Serialized Form


Package org.openxml.beans

Class org.openxml.beans.ProcessEvent implements Serializable

Serialized Fields

_document

Document _document

Class org.openxml.beans.SourceBean implements Serializable


Package org.openxml.parser

Class org.openxml.parser.FatalParseException implements Serializable

Serialized Fields

_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

Class org.openxml.parser.ParseException implements Serializable

Serialized Fields

_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

Class org.openxml.parser.ValidityException implements Serializable

Class org.openxml.parser.WellFormedException implements Serializable


Package org.openxml.x3p

Class org.openxml.x3p.ProcessorException implements Serializable

Class org.openxml.x3p.PublisherTargetNotSupportedException implements Serializable


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception

message

java.lang.String message

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

columnNumber

int columnNumber

lineNumber

int lineNumber

publicId

java.lang.String publicId

systemId

java.lang.String systemId