public interface Problem
Modifier and Type | Method and Description |
---|---|
String[] |
getMessageArguments()
Returns the arguments associate with the problem's message.
|
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. |
String[] getMessageArguments()
null
list of arguments that can be used to format the localized
messageString getMessageKey()
StateObject
.StateObject getStateObject()
StateObject
where the problem was found.StateObject
where the problem was found