Serialized Form
Package javax.xml.parsers |
exception
java.lang.Exception exception
Package javax.xml.transform |
exception
java.lang.Exception exception
locator
SourceLocator locator
- Field locator specifies where the error occured
containedException
java.lang.Exception containedException
- Field containedException specifies a wrapped exception. May be null.
code
short code
exception
java.lang.Exception exception
- The embedded exception if tunnelling, or null.
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()
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.