public final class WrappedSaxException extends RuntimeException
RuntimeException
.Modifier and Type | Field and Description |
---|---|
protected SAXException |
mCause |
Constructor and Description |
---|
WrappedSaxException(SAXException cause) |
Modifier and Type | Method and Description |
---|---|
SAXException |
getSaxException() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected final SAXException mCause
public WrappedSaxException(SAXException cause)
public SAXException getSaxException()
Copyright © 2015 Codehaus. All Rights Reserved.