public class WadappsCommonMessage extends Object
Modifier and Type | Field and Description |
---|---|
static BasicMessageBuilder |
BUILDER
Wadapps common message builder.
|
static String |
CATEGORY
Wadapps common message category.
|
static int |
ID_CONTAINS_INVALID_CHARACTER
Error occurs when a storage ID contains an invalid character.
|
static int |
ID_DOES_NOT_START_WITH_LETTER
Error occurs when a storage ID does not start with a letter.
|
static int |
ID_IS_ZERO_LENGTH
Error occurs when a storage ID is empty.
|
static MessageLogger |
LOGGER
Wadapps common message logger.
|
static int |
USER_ERROR
Error occurs when the framework calls user code.
|
public static final BasicMessageBuilder BUILDER
public static final String CATEGORY
public static final int ID_CONTAINS_INVALID_CHARACTER
public static final int ID_DOES_NOT_START_WITH_LETTER
public static final int ID_IS_ZERO_LENGTH
public static final MessageLogger LOGGER
public static final int USER_ERROR