|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Problem
A problem describes an issue found in a JPQL query because it is either grammatically or semantically incorrect.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |