Serialized Form
-
Package javax.xml.datatype
-
Class javax.xml.datatype.DatatypeConfigurationException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1699373159027047238L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- 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 extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-
Serialized Fields
-
localPart
java.lang.String localPart
local part of this
QName
. -
namespaceURI
java.lang.String namespaceURI
Namespace URI of this
QName
. -
prefix
java.lang.String prefix
prefix of this
QName
.
-
-
-
-
Package javax.xml.parsers
-
Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable
-
Serialized Fields
-
exception
java.lang.Exception exception
Exception
that represents the error.
-
-
-
Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable
-
-
Package javax.xml.stream
-
Class javax.xml.stream.FactoryConfigurationError extends java.lang.Error implements Serializable
- serialVersionUID:
- -2994412584589975744L
-
Serialized Fields
-
nested
java.lang.Exception nested
-
-
Class javax.xml.stream.XMLStreamException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 2018819321811497362L
-
Serialized Fields
-
location
Location location
-
nested
java.lang.Throwable nested
-
-
-
Package javax.xml.transform
-
Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable
-
Class javax.xml.transform.TransformerException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 975798773772956428L
-
Serialized Fields
-
containedException
java.lang.Throwable containedException
Field containedException specifies a wrapped exception. May be null. -
locator
SourceLocator locator
Field locator specifies where the error occurred
-
-
Class javax.xml.transform.TransformerFactoryConfigurationError extends java.lang.Error implements Serializable
-
Serialized Fields
-
exception
java.lang.Exception exception
Exception
for theTransformerFactoryConfigurationError
.
-
-
-
-
Package javax.xml.validation
-
Package javax.xml.xpath
-
Class javax.xml.xpath.XPathException extends java.lang.Exception implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
Class javax.xml.xpath.XPathExpressionException extends XPathException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Class javax.xml.xpath.XPathFactoryConfigurationException extends XPathException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
Class javax.xml.xpath.XPathFunctionException extends XPathExpressionException implements Serializable
- serialVersionUID:
- -1837080260374986980L
-
-
Package org.w3c.css.sac
-
Class org.w3c.css.sac.CSSException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
e
java.lang.Exception e
The internal exception. -
s
java.lang.String s
-
-
-
Class org.w3c.css.sac.CSSParseException extends CSSException implements Serializable
-
Serialized Fields
-
columnNumber
int columnNumber
-
lineNumber
int lineNumber
-
uri
java.lang.String uri
-
-
-
-
Package org.w3c.dom
-
Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 6627732366795969916L
-
Serialized Fields
-
code
short code
-
-
-
Package org.w3c.dom.events
-
Class org.w3c.dom.events.EventException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.w3c.dom.ls
-
Class org.w3c.dom.ls.LSException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.w3c.dom.ranges
-
Class org.w3c.dom.ranges.RangeException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.w3c.dom.svg
-
Class org.w3c.dom.svg.SVGException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.w3c.dom.xpath
-
Class org.w3c.dom.xpath.XPathException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
short code
-
-
-
-
Package org.xml.sax
-
Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable
- serialVersionUID:
- 583241635256073760L
-
Serialized Fields
-
exception
java.lang.Exception exception
The embedded exception if tunnelling, or null.
-
-
Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable
- serialVersionUID:
- 5440506620509557213L
-
Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable
- serialVersionUID:
- -1422818934641823846L
-
Class org.xml.sax.SAXParseException extends SAXException implements Serializable
- serialVersionUID:
- -5651165872476709336L
-
Serialized Fields
-
columnNumber
int columnNumber
The column number, or -1.- See Also:
SAXParseException.getColumnNumber()
-
lineNumber
int lineNumber
The line number, or -1.- See Also:
SAXParseException.getLineNumber()
-
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()
-
-