Class Message

    • Field Detail

      • ALLOWED_TYPES

        public static final Set<Integer> ALLOWED_TYPES
    • Constructor Detail

      • Message

        public Message​(String text,
                       int type,
                       String summary)
      • Message

        public Message​(Throwable throwable,
                       int type)
      • Message

        public Message​(Throwable throwable)
    • Method Detail

      • getType

        public int getType()
      • getText

        public String getText()
      • getSummary

        public String getSummary()