Uses of Class
com.redwood.scheduler.api.constraint.ConstraintViolatedException
-
Packages that use ConstraintViolatedException Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.spi.constraint -
-
Uses of ConstraintViolatedException in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return ConstraintViolatedException Modifier and Type Method Description ConstraintViolatedException
ConstraintContext. getViolationException()
Get the first constraint violation.Methods in com.redwood.scheduler.api.constraint that return types with arguments of type ConstraintViolatedException Modifier and Type Method Description List<ConstraintViolatedException>
ConstraintContext. getConstraintViolations()
Get a list of constraint violations. -
Uses of ConstraintViolatedException in com.redwood.scheduler.spi.constraint
Methods in com.redwood.scheduler.spi.constraint that throw ConstraintViolatedException Modifier and Type Method Description void
Constraint. execute(ConstraintContext context)
Execute this constraint.
-