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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsetoResponse(org.wso2.charon3.core.exceptions.FormatNotSupportedException e)
-
Constructor Details
-
FormatNotSupportedMapper
public FormatNotSupportedMapper()
-
-
Method Details
-
toResponse
public javax.ws.rs.core.Response toResponse(org.wso2.charon3.core.exceptions.FormatNotSupportedException e) - Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<org.wso2.charon3.core.exceptions.FormatNotSupportedException>
-