Class UnhandledExceptionMapper

java.lang.Object
ubic.gemma.rest.providers.AbstractExceptionMapper<Throwable>
ubic.gemma.rest.providers.UnhandledExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>

@Provider @Component public class UnhandledExceptionMapper extends AbstractExceptionMapper<Throwable>
Render unhandled exceptions.
  • Constructor Details

    • UnhandledExceptionMapper

      @Autowired public UnhandledExceptionMapper(@Value("${gemma.hosturl}") String hostUrl, io.swagger.v3.oas.models.OpenAPI spec, BuildInfo buildInfo)
  • Method Details