Interface ConstraintViolation
-
public interface ConstraintViolation
A constraint violation related to a constraint.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobParameterName()
Get the job parameter name.String
getMessage()
Get the message.
-