Serialized Form


Package gnu.xml.dom

Class gnu.xml.dom.DomEx implements Serializable

Serialized Fields

data

java.lang.String data
Data that caused an error to be reported

node

Node node
Node associated with the error.

value

int value
Data associated with the error.


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException 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
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException implements Serializable

Class org.xml.sax.SAXNotSupportedException implements Serializable

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

publicId

java.lang.String publicId
The public identifier, or null.
See Also:
SAXParseException.getPublicId()

systemId

java.lang.String systemId
The system identifier, or null.
See Also:
SAXParseException.getSystemId()

lineNumber

int lineNumber
The line number, or -1.
See Also:
SAXParseException.getLineNumber()

columnNumber

int columnNumber
The column number, or -1.
See Also:
SAXParseException.getColumnNumber()


Source code is GPL'd in the JAXP subproject at http://savannah.gnu.org/projects/classpathx
This documentation was derived from that source code on 2001-07-12.