Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.expr
Class ExprMessageBundle_nl

java.lang.Object
  extended by oracle.adfnmc.java.util.ResourceBundle
      extended by oracle.adfnmc.java.util.ListResourceBundle
          extended by oracle.jbo.expr.ExprMessageBundle_nl

public class ExprMessageBundle_nl
extends ListResourceBundle


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_nl()
           
 
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

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE

MSG_TOKEN_LOCATION

public static final java.lang.String MSG_TOKEN_LOCATION
See Also:
Constant Field Values

EXC_UNEXPECTED_TOKEN_FOUND

public static final java.lang.String EXC_UNEXPECTED_TOKEN_FOUND
JBO-36000: JISyntaxError

Cause: Unexpected token found.

Action: Found an unexpected expression token. Make sure that the words are spelled correctly and that the expression makes sense.

See Also:
Constant Field Values

EXC_MISMATCHING_PARENTHESES

public static final java.lang.String EXC_MISMATCHING_PARENTHESES
JBO-36001: JISyntaxError

Cause: Mismatching parentheses.

Action: Examine the expression and ensure that open parentheses match up with closing parentheses.

See Also:
Constant Field Values

EXC_INVALID_METHOD_CALL

public static final java.lang.String EXC_INVALID_METHOD_CALL
JBO-36002: JISyntaxError

Cause: Invalid method call. After a method parameter, ',' or ')' is expected, but neither was found.

Action: Examine the expression and correct method invocation.

See Also:
Constant Field Values

EXC_NO_TOKEN_FOUND

public static final java.lang.String EXC_NO_TOKEN_FOUND
JBO-36003: JISyntaxError

Cause: Expecting a token. The expression string was terminated unexpectedly.

Action: Examine the expression and ensure that the expression does not end unexpectedly.

See Also:
Constant Field Values

EXC_MISMATCHING_BRACKETS

public static final java.lang.String EXC_MISMATCHING_BRACKETS
JBO-36004: JISyntaxError

Cause: Mismatching square brackets.

Action: Examine the expression and ensure that open square brackets (for array index) match up with closing brackets.

See Also:
Constant Field Values

EXC_VAR_NOT_FOUND

public static final java.lang.String EXC_VAR_NOT_FOUND
JBO-36005: JIEvaluationError

Cause: Variable not found.

Action: Examine the expression and ensure that the variable name is correct.

See Also:
Constant Field Values

EXC_CANNOT_CONVERT_DATA

public static final java.lang.String EXC_CANNOT_CONVERT_DATA
JBO-36006: JIEvaluationError

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.

See Also:
Constant Field Values

EXC_INVALID_BINARY_OPS_FOR_STRINGS

public static final java.lang.String EXC_INVALID_BINARY_OPS_FOR_STRINGS
JBO-36007: JIEvaluationError

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.

See Also:
Constant Field Values

EXC_NO_AND_FOR_BETWEEN

public static final java.lang.String EXC_NO_AND_FOR_BETWEEN
JBO-36008: JISyntaxError

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.

See Also:
Constant Field Values
Constructor Detail

ExprMessageBundle_nl

public ExprMessageBundle_nl()
Method Detail

getInstance

public static final ResourceBundle getInstance()

getContents

public java.lang.Object[][] getContents()
Gets the key-value association table.

Specified by:
getContents in class ListResourceBundle
Returns:
an array of key-value pairs.

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.