public class WrappedSAXException extends RuntimeException
SAXException and make it an unchecked exception.
Xerces XNI doesn't allow SAXException to be thrown.
So when the user-supplied error handler throws it,
it needs to be tunneled through Xerces.
It is a bug if this exception "leaks" to the application. FIXME: use XNIException for this purpose. It's already doing this kind of SAXException tunneling.
| Modifier and Type | Field and Description |
|---|---|
SAXException |
exception |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final SAXException exception
Copyright © 2018–2021 mhoffrogge. All rights reserved.