Class ErrorTemplateExceptionMapper
java.lang.Object
org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper<Exception>
org.glassfish.jersey.server.mvc.internal.ErrorTemplateExceptionMapper
- All Implemented Interfaces:
ExceptionMapper<Exception>,ExtendedExceptionMapper<Exception>
Implementation of
AbstractErrorTemplateMapper for every thrown Exception.- Since:
- 2.3
- Author:
- Michal Gajdos
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
getErrorModel, getErrorStatus, isMappable, toResponse
-
Constructor Details
-
ErrorTemplateExceptionMapper
public ErrorTemplateExceptionMapper()
-