public interface ValidationMessage
Modifier and Type | Interface and Description |
---|---|
static class |
ValidationMessage.Type
Validation message type enum.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the error message.
|
MessageObject |
getMessageObject()
Returns the message object that caused the error.
|
ValidationMessage.Type |
type()
The type of the message.
|
ValidationMessage.Type type()
MessageObject getMessageObject()
java.lang.String getMessage()