Class CswExceptionMapper

java.lang.Object
org.codice.ddf.spatial.ogc.csw.catalog.endpoint.CswExceptionMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>

public class CswExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
  • Constructor Details

    • CswExceptionMapper

      public CswExceptionMapper()
  • Method Details

    • toResponse

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