Package ej.storage.util
Class StorageMessage
- java.lang.Object
-
- ej.storage.util.StorageMessage
-
public class StorageMessage extends Object
Provides a message logger to log all messages for storage.
-
-
Field Summary
Fields Modifier and Type Field Description static BasicMessageBuilderBUILDERWadapps common message builder.static StringCATEGORYWadapps common message category.static intERROR_ON_STARTError occurs when starting an app.static intERROR_ON_STOPError occurs when stopping an app.static intID_CONTAINS_INVALID_CHARACTERError occurs when a storage ID contains an invalid character.static intID_DOES_NOT_START_WITH_LETTERError occurs when a storage ID does not start with a letter.static intID_IS_ZERO_LENGTHError occurs when a storage ID is empty.static MessageLoggerLOGGERWadapps common message logger.static intOFFSET_IS_NEGATIVEError occurs when an offset negative.
-
-
-
Field Detail
-
BUILDER
public static final BasicMessageBuilder BUILDER
Wadapps common message builder.
-
LOGGER
public static final MessageLogger LOGGER
Wadapps common message logger.
-
CATEGORY
public static final String CATEGORY
Wadapps common message category.- See Also:
- Constant Field Values
-
ERROR_ON_START
public static final int ERROR_ON_START
Error occurs when starting an app.- See Also:
- Constant Field Values
-
ERROR_ON_STOP
public static final int ERROR_ON_STOP
Error occurs when stopping an app.- See Also:
- Constant Field Values
-
ID_IS_ZERO_LENGTH
public static final int ID_IS_ZERO_LENGTH
Error occurs when a storage ID is empty.- See Also:
- Constant Field Values
-
ID_DOES_NOT_START_WITH_LETTER
public static final int ID_DOES_NOT_START_WITH_LETTER
Error occurs when a storage ID does not start with a letter.- See Also:
- Constant Field Values
-
ID_CONTAINS_INVALID_CHARACTER
public static final int ID_CONTAINS_INVALID_CHARACTER
Error occurs when a storage ID contains an invalid character.- See Also:
- Constant Field Values
-
OFFSET_IS_NEGATIVE
public static final int OFFSET_IS_NEGATIVE
Error occurs when an offset negative.- See Also:
- Constant Field Values
-
-