Serializablepublic 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, waitgetException, getMessagegetColumnNumber, getLineNumber, getPublicId, getSystemId, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2018 Oracle Corporation. All rights reserved.