Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.jbo.expr
Class ExprMessageBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.jbo.common.CheckedListResourceBundle
              extended by oracle.jbo.expr.ExprMessageBundle

public class ExprMessageBundle
extends CheckedListResourceBundle


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
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 java.util.ResourceBundle
parent
 
Constructor Summary
ExprMessageBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Gets the key-value association table.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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: An attempt was made to invoke an invalid binary operation on two strings.

Action: Examine the operation ID and correct the expression so that the invalid binary operation is not attempted on strings. The expression runtime only recognizes addition as a valid binary operation between two strings.

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

public ExprMessageBundle()
Method Detail

getContents

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

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

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

Copyright © 1997, 2011, Oracle. All rights reserved.