Serialized Form


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
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
Copyright © 1998-2000 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.