Serialized Form
Package javax.xml.parsers |
exception
java.lang.Exception exception
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
code
short code
Package org.w3c.dom.events |
code
short code
Package org.w3c.dom.ranges |
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()