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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsetoResponse(org.glassfish.jersey.server.ParamException e) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fcrepo.http.commons.exceptionhandlers.ExceptionDebugLogging
debugException
-
Constructor Details
-
ParamExceptionMapper
public ParamExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<org.glassfish.jersey.server.ParamException>
-