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.WebApplicationExceptionSimple wrapper exception to be thrown for consistent handling of exceptions that can happen during a parse.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TikaServerParseException(Exception e)TikaServerParseException(String msg)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-