Package net.officefloor.jaxrs.procedure
Class JaxRsProcedureExceptionMapper
- java.lang.Object
-
- net.officefloor.jaxrs.procedure.JaxRsProcedureExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<java.lang.Throwable>
public class JaxRsProcedureExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<java.lang.Throwable>
ExceptionMapper
for theProcedure
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JaxRsProcedureExceptionMapper.OfficeFloorJaxRsError
Error entity for JAX-RS failure.
-
Constructor Summary
Constructors Constructor Description JaxRsProcedureExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
toResponse(java.lang.Throwable exception)
-