Class MultiExceptionMapper

java.lang.Object
com.graphhopper.http.MultiExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<MultiException>

@Provider public class MultiExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<MultiException>
  • Constructor Details

    • MultiExceptionMapper

      public MultiExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(MultiException e)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<MultiException>