public interface Problem
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getMessageArguments()
Returns the arguments associate with the problem's message.
|
java.lang.String |
getMessageKey()
Returns the key used to retrieve the localized message describing the problem found in the
StateObject . |
StateObject |
getStateObject()
Returns the
StateObject where the problem was found. |
java.lang.String[] getMessageArguments()
null
list of arguments that can be used to format the localized
messagejava.lang.String getMessageKey()
StateObject
.StateObject getStateObject()
StateObject
where the problem was found.StateObject
where the problem was found