Class PathNotFoundRuntimeExceptionMapper
- java.lang.Object
-
- org.fcrepo.http.commons.exceptionhandlers.PathNotFoundRuntimeExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<PathNotFoundRuntimeException>
,ExceptionDebugLogging
@Provider public class PathNotFoundRuntimeExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<PathNotFoundRuntimeException>, ExceptionDebugLogging
Catch PathNotFoundRuntimeException(s)- Author:
- whikloj
-
-
Constructor Summary
Constructors Constructor Description PathNotFoundRuntimeExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(PathNotFoundRuntimeException e)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fcrepo.http.commons.exceptionhandlers.ExceptionDebugLogging
debugException
-
-
-
-
Constructor Detail
-
PathNotFoundRuntimeExceptionMapper
public PathNotFoundRuntimeExceptionMapper()
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(PathNotFoundRuntimeException e)
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<PathNotFoundRuntimeException>
-
-