public interface ValidationMessage
Modifier and Type | Interface and Description |
---|---|
static class |
ValidationMessage.Type
Validation message type enum.
|
Modifier and Type | Method and Description |
---|---|
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()
String getMessage()
Copyright © 2017 JBoss by Red Hat. All rights reserved.