Package org.apache.tika.server.core
Class TikaServerParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- org.apache.tika.server.core.TikaServerParseException
-
- All Implemented Interfaces:
Serializable
public class TikaServerParseException extends javax.ws.rs.WebApplicationException
Simple wrapper exception to be thrown for consistent handling of exceptions that can happen during a parse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TikaServerParseException(Exception e)
TikaServerParseException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-