Serialized Form


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code
Indicates the type of error that the DOM implementation is reporting. This value is one of the *_ERR codes.
DOM Exception code


Package org.xml.sax

Class org.xml.sax.SAXException implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Any "wrapped" exception will be exposed when this is serialized.

Class org.xml.sax.SAXParseException implements Serializable

Serialized Fields

columnNumber

int columnNumber
Any column number will be exposed on serialization.

lineNumber

int lineNumber
Any line number will be exposed on serialization.

publicId

java.lang.String publicId
Any public ID will be exposed on serialization.

systemId

java.lang.String systemId
Any URI will be exposed on serialization.



Submit Feedback to xml-feedback@java.sun.com