|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.java.util.ResourceBundle
oracle.adfnmc.java.util.ListResourceBundle
oracle.jbo.expr.ExprMessageBundle_hu
public class ExprMessageBundle_hu
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
static java.lang.String |
EXC_CANNOT_CONVERT_DATA
JBO-36006: JIEvaluationError |
static java.lang.String |
EXC_INVALID_BINARY_OPS_FOR_STRINGS
JBO-36007: JIEvaluationError |
static java.lang.String |
EXC_INVALID_METHOD_CALL
JBO-36002: JISyntaxError |
static java.lang.String |
EXC_MISMATCHING_BRACKETS
JBO-36004: JISyntaxError |
static java.lang.String |
EXC_MISMATCHING_PARENTHESES
JBO-36001: JISyntaxError |
static java.lang.String |
EXC_NO_AND_FOR_BETWEEN
JBO-36008: JISyntaxError |
static java.lang.String |
EXC_NO_TOKEN_FOUND
JBO-36003: JISyntaxError |
static java.lang.String |
EXC_UNEXPECTED_TOKEN_FOUND
JBO-36000: JISyntaxError |
static java.lang.String |
EXC_VAR_NOT_FOUND
JBO-36005: JIEvaluationError |
static java.lang.String |
MSG_TOKEN_LOCATION
|
Fields inherited from class oracle.adfnmc.java.util.ResourceBundle |
---|
parent, PROPERTIES_FILE, XLIFF_FILE |
Constructor Summary | |
---|---|
ExprMessageBundle_hu()
|
Method Summary | |
---|---|
java.lang.Object[][] |
getContents()
Gets the key-value association table. |
static ResourceBundle |
getInstance()
|
Methods inherited from class oracle.adfnmc.java.util.ListResourceBundle |
---|
getKeys, getObject |
Methods inherited from class oracle.adfnmc.java.util.ResourceBundle |
---|
getBundle, getBundle, getLocale, getParent, getString, getStringArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
public static final java.lang.String MSG_TOKEN_LOCATION
public static final java.lang.String EXC_UNEXPECTED_TOKEN_FOUND
Cause: Unexpected token found.
Action: Found an unexpected expression token. Make sure that the words are spelled correctly and that the expression makes sense.
public static final java.lang.String EXC_MISMATCHING_PARENTHESES
Cause: Mismatching parentheses.
Action: Examine the expression and ensure that open parentheses match up with closing parentheses.
public static final java.lang.String EXC_INVALID_METHOD_CALL
Cause: Invalid method call. After a method parameter, ',' or ')' is expected, but neither was found.
Action: Examine the expression and correct method invocation.
public static final java.lang.String EXC_NO_TOKEN_FOUND
Cause: Expecting a token. The expression string was terminated unexpectedly.
Action: Examine the expression and ensure that the expression does not end unexpectedly.
public static final java.lang.String EXC_MISMATCHING_BRACKETS
Cause: Mismatching square brackets.
Action: Examine the expression and ensure that open square brackets (for array index) match up with closing brackets.
public static final java.lang.String EXC_VAR_NOT_FOUND
Cause: Variable not found.
Action: Examine the expression and ensure that the variable name is correct.
public static final java.lang.String EXC_CANNOT_CONVERT_DATA
Cause: Cannot convert data.
Action: Cannot convert data from one class to another. Examine the expression and ensure that the data assignment does not cause incompatible conversion of data.
public static final java.lang.String EXC_INVALID_BINARY_OPS_FOR_STRINGS
Cause: The requested binary operation is not allowed for String's.
Action: Take a look at the operation id and correct the expression so that the invalid binary operation is not attempted on String's. The expression runtime only recognizes addition as a valid binary operation between two String's.
public static final java.lang.String EXC_NO_AND_FOR_BETWEEN
Cause: A BETWEEN operator found but no AND for the two comparison expressions.
Action: Take a look at the expression string. The correct syntax for BETWEEN is 'testVal BETWEEN value1 AND value2'. The expression parser could not find the AND keyword. Correct the expression.
Constructor Detail |
---|
public ExprMessageBundle_hu()
Method Detail |
---|
public static final ResourceBundle getInstance()
public java.lang.Object[][] getContents()
getContents
in class ListResourceBundle
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |