Class GuiErrorImpl

  • All Implemented Interfaces:
    IError

    public class GuiErrorImpl
    extends java.lang.Object
    implements IError
    The Class GuiErrorImpl.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Level[] logLevels
      The log levels.
      private static java.lang.String[] sevMsg
      The sev msg.
    • Constructor Summary

      Constructors 
      Constructor Description
      GuiErrorImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void newError​(int severity, java.lang.String message, java.lang.Exception exception)
      New error.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sevMsg

        private static java.lang.String[] sevMsg
        The sev msg.
      • logLevels

        private static Level[] logLevels
        The log levels.
    • Constructor Detail

      • GuiErrorImpl

        public GuiErrorImpl()
    • Method Detail

      • newError

        public void newError​(int severity,
                             java.lang.String message,
                             java.lang.Exception exception)
        Description copied from interface: IError
        New error.
        Specified by:
        newError in interface IError
        Parameters:
        severity - the severity
        message - the message
        exception - the e