Package com.atomgraph.server.mapper
Class SHACLConstraintViolationExceptionMapper
java.lang.Object
com.atomgraph.server.mapper.ExceptionMapperBase
com.atomgraph.server.mapper.SHACLConstraintViolationExceptionMapper
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<SHACLConstraintViolationException>
public class SHACLConstraintViolationExceptionMapper
extends ExceptionMapperBase
implements javax.ws.rs.ext.ExceptionMapper<SHACLConstraintViolationException>
- Author:
- Martynas Jusevičius <martynas@atomgraph.com>
-
Constructor Summary
ConstructorsConstructorDescriptionSHACLConstraintViolationExceptionMapper(com.atomgraph.core.MediaTypes mediaTypes) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseMethods inherited from class com.atomgraph.server.mapper.ExceptionMapperBase
getEncodings, getLanguages, getMediaTypes, getRequest, getResponseBuilder, getUriInfo, getVariants, getVariants, getWritableMediaTypes, toResource
-
Constructor Details
-
SHACLConstraintViolationExceptionMapper
@Inject public SHACLConstraintViolationExceptionMapper(com.atomgraph.core.MediaTypes mediaTypes)
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejavax.ws.rs.ext.ExceptionMapper<SHACLConstraintViolationException>
-