Package org.apache.tika.exception
Class RuntimeSAXException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tika.exception.RuntimeSAXException
-
- All Implemented Interfaces:
Serializable
public class RuntimeSAXException extends RuntimeException
Use this to throw a SAXException in subclassed methods that don't throw SAXExceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeSAXException(SAXException t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RuntimeSAXException
public RuntimeSAXException(SAXException t)
-
-