Interface ExpressionEditorErrors
-
public interface ExpressionEditorErrors
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_CONDITION_ERRORstatic StringINVALID_MESSAGE_ERRORstatic StringPARAMETER_NULL_EMPTYstatic StringSCRIPT_GENERATION_ERRORstatic StringSCRIPT_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
-
-