Serializable
public class SAXParseException2 extends SAXParseException
SAXParseException
that handles exception chaining correctly.Constructor | Description |
---|---|
SAXParseException2(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber) |
|
SAXParseException2(String message,
String publicId,
String systemId,
int lineNumber,
int columnNumber,
Exception e) |
|
SAXParseException2(String message,
Locator locator) |
|
SAXParseException2(String message,
Locator locator,
Exception e) |
Modifier and Type | Method | Description |
---|---|---|
Throwable |
getCause() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getException, getMessage
getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2018 Oracle Corporation. All rights reserved.