Package 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:
java.io.Serializable
public final class WrappedSaxException extends java.lang.RuntimeException
Simple type-safe wrapper used for "tunneling" SAX exceptions through interfaces that do not allow them to be thrown. This is done by extendingRuntimeException
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.xml.sax.SAXException
mCause
-
Constructor Summary
Constructors Constructor Description WrappedSaxException(org.xml.sax.SAXException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.SAXException
getSaxException()
java.lang.String
toString()
-