Serialized Form
Package javax.xml.datatype |
serialVersionUID: -1699373159027047238L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
causeOnJDK13OrBelow
java.lang.Throwable causeOnJDK13OrBelow
- This field is required to store the cause on JDK 1.3 and below.
Package javax.xml.namespace |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
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 |
exception
java.lang.Exception exception
Exception
that represents the error.
Package javax.xml.transform |
serialVersionUID: 975798773772956428L
locator
SourceLocator locator
- Field locator specifies where the error occured
containedException
java.lang.Throwable containedException
- Field containedException specifies a wrapped exception. May be null.
exception
java.lang.Exception exception
Exception
for the
TransformerFactoryConfigurationError
.
serialVersionUID: -1837080260374986980L
cause
java.lang.Throwable cause
serialVersionUID: -1837080260374986980L
serialVersionUID: -1837080260374986980L
serialVersionUID: -1837080260374986980L
s
java.lang.String s
e
java.lang.Exception e
- The internal exception.
code
short code
uri
java.lang.String uri
lineNumber
int lineNumber
columnNumber
int columnNumber
serialVersionUID: 6627732366795969916L
code
short code
Package org.w3c.dom.events |
code
short code
code
short code
Package org.w3c.dom.ranges |
code
short code
code
short code
Package org.w3c.dom.xpath |
code
short code
serialVersionUID: 583241635256073760L
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
serialVersionUID: 5440506620509557213L
serialVersionUID: -1422818934641823846L
serialVersionUID: -5651165872476709336L
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()