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:
  • Constructor Details

    • TikaServerParseException

      public TikaServerParseException(String msg)
    • TikaServerParseException

      public TikaServerParseException(Exception e)