Interface ExpressionEditorErrors
-
public interface ExpressionEditorErrors
-
-
Field Summary
Fields Modifier and Type Field Description static String
INVALID_CONDITION_ERROR
static String
INVALID_MESSAGE_ERROR
static String
PARAMETER_NULL_EMPTY
static String
SCRIPT_GENERATION_ERROR
static String
SCRIPT_PARSING_ERROR
-
-
-
Field Detail
-
INVALID_MESSAGE_ERROR
static final String INVALID_MESSAGE_ERROR
- See Also:
- Constant Field Values
-
INVALID_CONDITION_ERROR
static final String INVALID_CONDITION_ERROR
- See Also:
- Constant Field Values
-
SCRIPT_PARSING_ERROR
static final String SCRIPT_PARSING_ERROR
- See Also:
- Constant Field Values
-
SCRIPT_GENERATION_ERROR
static final String SCRIPT_GENERATION_ERROR
- See Also:
- Constant Field Values
-
PARAMETER_NULL_EMPTY
static final String PARAMETER_NULL_EMPTY
- See Also:
- Constant Field Values
-
-