Class FormatNotSupportedMapper

java.lang.Object
org.wso2.charon3.impl.provider.mappers.FormatNotSupportedMapper
All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.wso2.charon3.core.exceptions.FormatNotSupportedException>

public class FormatNotSupportedMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<org.wso2.charon3.core.exceptions.FormatNotSupportedException>
Exception mapper for Charon Exception.
  • Constructor Details

    • FormatNotSupportedMapper

      public FormatNotSupportedMapper()
  • Method Details

    • toResponse

      public javax.ws.rs.core.Response toResponse(org.wso2.charon3.core.exceptions.FormatNotSupportedException e)
      Specified by:
      toResponse in interface javax.ws.rs.ext.ExceptionMapper<org.wso2.charon3.core.exceptions.FormatNotSupportedException>