Class ResteasyViolationExceptionImpl
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.validation.ValidationException
-
- javax.validation.ConstraintViolationException
-
- org.jboss.resteasy.api.validation.ResteasyViolationException
-
- io.quarkus.hibernate.validator.runtime.jaxrs.ResteasyViolationExceptionImpl
-
- All Implemented Interfaces:
Serializable
public class ResteasyViolationExceptionImpl extends org.jboss.resteasy.api.validation.ResteasyViolationException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResteasyViolationExceptionImpl(Set<? extends javax.validation.ConstraintViolation<?>> constraintViolations, List<javax.ws.rs.core.MediaType> accept)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.resteasy.spi.validation.ConstraintTypeUtilgetConstraintTypeUtil()protected org.jboss.resteasy.spi.ResteasyConfigurationgetResteasyConfiguration()-
Methods inherited from class org.jboss.resteasy.api.validation.ResteasyViolationException
checkSuppressPath, convertArrayToString, convertFromString, convertViolation, convertViolations, getAccept, getClassViolations, getException, getField, getParameterViolations, getPropertyViolations, getReturnValueViolations, getViolationLists, getViolations, setAccept, setException, size, toCloneableMediaTypeList, toMediaTypeList, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
getConstraintTypeUtil
public org.jboss.resteasy.spi.validation.ConstraintTypeUtil getConstraintTypeUtil()
- Specified by:
getConstraintTypeUtilin classorg.jboss.resteasy.api.validation.ResteasyViolationException
-
getResteasyConfiguration
protected org.jboss.resteasy.spi.ResteasyConfiguration getResteasyConfiguration()
- Specified by:
getResteasyConfigurationin classorg.jboss.resteasy.api.validation.ResteasyViolationException
-
-