Class Application.DefaultExceptionMapper

java.lang.Object
systextil.plugins.webapi.Application.DefaultExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>
Enclosing class:
Application

@Provider public static class Application.DefaultExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
  • Constructor Details

    • DefaultExceptionMapper

      public DefaultExceptionMapper(Map<String,systextil.plugins.webapi.WebServiceApi> providers)
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(Throwable ex)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<Throwable>