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>

public class ErrorTemplateExceptionMapper extends AbstractErrorTemplateMapper<Exception>
Implementation of AbstractErrorTemplateMapper for every thrown Exception.
Since:
2.3
Author:
Michal Gajdos
  • Constructor Details

    • ErrorTemplateExceptionMapper

      public ErrorTemplateExceptionMapper()