org.apache.tika.server
Class TikaExceptionMapper

java.lang.Object
  extended by org.apache.tika.server.TikaExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<TikaException>

@Provider
public class TikaExceptionMapper
extends Object
implements javax.ws.rs.ext.ExceptionMapper<TikaException>


Constructor Summary
TikaExceptionMapper()
           
 
Method Summary
 javax.ws.rs.core.Response toResponse(TikaException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TikaExceptionMapper

public TikaExceptionMapper()
Method Detail

toResponse

public javax.ws.rs.core.Response toResponse(TikaException e)
Specified by:
toResponse in interface javax.ws.rs.ext.ExceptionMapper<TikaException>


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.