Package org.apache.tika.server.core
Class TikaServerParseExceptionMapper
java.lang.Object
org.apache.tika.server.core.TikaServerParseExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<TikaServerParseException>
@Provider
public class TikaServerParseExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<TikaServerParseException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
-
Constructor Details
-
TikaServerParseExceptionMapper
public TikaServerParseExceptionMapper(boolean returnStack)
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<TikaServerParseException>
-