Serialized Form


Package javax.xml.datatype

Class javax.xml.datatype.DatatypeConfigurationException implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

causeOnJDK13OrBelow

java.lang.Throwable causeOnJDK13OrBelow
This field is required to store the cause on JDK 1.3 and below.


Package javax.xml.namespace

Class javax.xml.namespace.QName implements Serializable

Serialized Fields

namespaceURI

java.lang.String namespaceURI

Namespace URI of this QName.


localPart

java.lang.String localPart

local part of this QName.


prefix

java.lang.String prefix

prefix of this QName.


Package javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception that represents the error.

Class javax.xml.parsers.ParserConfigurationException implements Serializable


Package javax.xml.transform

Class javax.xml.transform.TransformerConfigurationException implements Serializable

Class javax.xml.transform.TransformerException implements Serializable

Serialized Fields

locator

SourceLocator locator
Field locator specifies where the error occured

containedException

java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null.

Class javax.xml.transform.TransformerFactoryConfigurationError implements Serializable

Serialized Fields

exception

java.lang.Exception exception
Exception for the TransformerFactoryConfigurationError.


Package javax.xml.xpath

Class javax.xml.xpath.XPathException implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Class javax.xml.xpath.XPathExpressionException implements Serializable

Class javax.xml.xpath.XPathFactoryConfigurationException implements Serializable

Class javax.xml.xpath.XPathFunctionException implements Serializable


Package org.w3c.dom

Class org.w3c.dom.DOMException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.events

Class org.w3c.dom.events.EventException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.ls

Class org.w3c.dom.ls.LSException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.ranges

Class org.w3c.dom.ranges.RangeException implements Serializable

Serialized Fields

code

short code


Package org.w3c.dom.xpath

Class org.w3c.dom.xpath.XPathException 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()



Copyright © 1999-2005 Apache XML Project. All Rights Reserved.