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, setStackTraceprotected final SAXException mCause
public WrappedSaxException(SAXException cause)
public SAXException getSaxException()
Copyright © 2012 Codehaus. All Rights Reserved.