public interface ValidationProblem
ErrorTypeEnum
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the message text of the validation problem.
|
java.lang.Object[] |
getMessageAttributes()
Returns the values of attributes that were used to make up the complete message text.
|
ErrorTypeEnum |
getType()
Returns the type, that is, the severity of the validation problem.
|
static final java.lang.String COPYRIGHT
ErrorTypeEnum getType()
java.lang.String getMessage()
java.lang.Object[] getMessageAttributes()