Class StorageMessage


  • public class StorageMessage
    extends Object
    Provides a message logger to log all messages for storage.
    • Field Detail

      • LOGGER

        public static final MessageLogger LOGGER
        Wadapps common message logger.
      • 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