Interface IError

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ERROR
      The Constant ERROR.
      static int INFO
      The Constant INFO.
      static int WARN
      The Constant WARN.
    • Method Detail

      • newError

        void newError​(int Severity,
                      java.lang.String message,
                      java.lang.Exception e)
        New error.
        Parameters:
        Severity - the severity
        message - the message
        e - the e