org.glassfish.jersey.server.mvc.internal
Class ErrorTemplateExceptionMapper

java.lang.Object
  extended by org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper<Exception>
      extended by org.glassfish.jersey.server.mvc.internal.ErrorTemplateExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Exception>, org.glassfish.jersey.spi.ExtendedExceptionMapper<Exception>

public class ErrorTemplateExceptionMapper
extends AbstractErrorTemplateMapper<Exception>

Implementation of AbstractErrorTemplateMapper for every thrown Exception.

Since:
2.3
Author:
Michal Gajdos (michal.gajdos at oracle.com)

Constructor Summary
ErrorTemplateExceptionMapper()
           
 
Method Summary
 
Methods inherited from class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
getErrorModel, getErrorStatus, isMappable, toResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorTemplateExceptionMapper

public ErrorTemplateExceptionMapper()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.