com.ctc.wstx.sax
Class WrappedSaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ctc.wstx.sax.WrappedSaxException
- All Implemented Interfaces:
- Serializable
public final class WrappedSaxException
- extends RuntimeException
Simple type-safe wrapper used for "tunneling" SAX exceptions
through interfaces that do not allow them to be thrown. This
is done by extending RuntimeException
.
- See Also:
- Serialized Form
mCause
protected final SAXException mCause
WrappedSaxException
public WrappedSaxException(SAXException cause)
getSaxException
public SAXException getSaxException()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2011 Codehaus. All Rights Reserved.