public class WadappsCommonMessage extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static BasicMessageBuilder | BUILDERWadapps common message builder. | 
| static String | CATEGORYWadapps common message category. | 
| static int | ID_CONTAINS_INVALID_CHARACTERError occurs when a storage ID contains an invalid character. | 
| static int | ID_DOES_NOT_START_WITH_LETTERError occurs when a storage ID does not start with a letter. | 
| static int | ID_IS_ZERO_LENGTHError occurs when a storage ID is empty. | 
| static MessageLogger | LOGGERWadapps common message logger. | 
| static int | USER_ERRORError 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