public class ErrorMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CANNOT_FIND_GETTER_CALL |
static String |
CANNOT_FIND_SETTER_CALL |
static String |
CANNOT_RESOLVE_TYPE |
static String |
EXPRESSION_NOT_INVERTIBLE |
static String |
INCLUDE_INSIDE_MERGE |
static String |
MULTI_CONFIG_ID_USED_AS_IMPORT |
static String |
MULTI_CONFIG_IMPORT_TYPE_MISMATCH |
static String |
MULTI_CONFIG_LAYOUT_CLASS_NAME_MISMATCH |
static String |
MULTI_CONFIG_VARIABLE_TYPE_MISMATCH |
static String |
ROOT_TAG_NOT_SUPPORTED |
static String |
SYNTAX_ERROR |
static String |
TWO_WAY_EVENT_ATTRIBUTE |
static String |
UNDEFINED_VARIABLE |
Constructor and Description |
---|
ErrorMessages() |
public static final String INCLUDE_INSIDE_MERGE
public static final String UNDEFINED_VARIABLE
public static final String CANNOT_FIND_SETTER_CALL
public static final String CANNOT_RESOLVE_TYPE
public static final String MULTI_CONFIG_LAYOUT_CLASS_NAME_MISMATCH
public static final String MULTI_CONFIG_VARIABLE_TYPE_MISMATCH
public static final String MULTI_CONFIG_IMPORT_TYPE_MISMATCH
public static final String MULTI_CONFIG_ID_USED_AS_IMPORT
public static final String ROOT_TAG_NOT_SUPPORTED
public static final String SYNTAX_ERROR
public static final String CANNOT_FIND_GETTER_CALL
public static final String EXPRESSION_NOT_INVERTIBLE
public static final String TWO_WAY_EVENT_ATTRIBUTE