Class ValidationExceptionMapper
- java.lang.Object
-
- com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase<javax.validation.ValidationException>
-
- com.tietoevry.quarkus.resteasy.problem.validation.ValidationExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<javax.validation.ValidationException>
@Priority(5000) public final class ValidationExceptionMapper extends ExceptionMapperBase<javax.validation.ValidationException>
More generic Exception Mapper compared to ConstraintViolationException - does not provide any details except the message.
-
-
Field Summary
-
Fields inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
postProcessorsRegistry
-
-
Constructor Summary
Constructors Constructor Description ValidationExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpProblemtoProblem(javax.validation.ValidationException exception)-
Methods inherited from class com.tietoevry.quarkus.resteasy.problem.ExceptionMapperBase
toResponse
-
-
-
-
Method Detail
-
toProblem
protected HttpProblem toProblem(javax.validation.ValidationException exception)
- Specified by:
toProblemin classExceptionMapperBase<javax.validation.ValidationException>
-
-