public class ValidationProblems
extends java.lang.Object
| Constructor and Description |
|---|
ValidationProblems(java.lang.String messageType,
java.lang.String field,
java.lang.String descriptionResourceKey,
java.lang.Object[] resourceParameters,
java.lang.String description)
Main constructor of a new Validation Problem.
|
ValidationProblems(java.lang.String messageType,
java.lang.String field,
java.lang.String descriptionResourceKey,
java.lang.String description)
Main constructor of a new Validation Problem.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getDescriptionResourceKey() |
java.lang.String |
getField() |
java.lang.String |
getMessageType() |
java.lang.Object[] |
getResourceParameters() |
public ValidationProblems(java.lang.String messageType,
java.lang.String field,
java.lang.String descriptionResourceKey,
java.lang.String description)
messageType - the type of message that contained the validation problem.field - the field in the message that contained the validation problem.descriptionResourceKey - the message resource key to get a translatable description.description - a description of the validation problem found.public ValidationProblems(java.lang.String messageType,
java.lang.String field,
java.lang.String descriptionResourceKey,
java.lang.Object[] resourceParameters,
java.lang.String description)
messageType - the type of message that contained the validation problem.field - the field in the message that contained the validation problem.descriptionResourceKey - the message resource key to get a translatable description.resourceParameters - an array of resource parameters used for locale substitutions
in message bundles.description - a description of the validation problem found.public java.lang.String getMessageType()
public java.lang.String getField()
public java.lang.String getDescriptionResourceKey()
public java.lang.String getDescription()
public java.lang.Object[] getResourceParameters()