Serialized Form


Package gnu.xml.dom

Class gnu.xml.dom.DomEx extends DOMException implements Serializable

Serialized Fields

data

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 org.xml.sax

Class org.xml.sax.SAXException extends Exception implements Serializable

Serialized Fields

exception

Exception exception
The embedded exception if tunnelling, or null.

Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable

Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable

Class org.xml.sax.SAXParseException extends SAXException implements Serializable

Serialized Fields

publicId

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

systemId

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 under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2004-08-21.