Class ParamExceptionMapper

java.lang.Object
org.fcrepo.http.commons.exceptionhandlers.ParamExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>, ExceptionDebugLogging

@Provider public class ParamExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>, ExceptionDebugLogging
Handle Jersey ParamException
Since:
2015-01-20
Author:
awoods
  • Constructor Details

  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(org.glassfish.jersey.server.ParamException e)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>