Class ErrorPanel

    • Constructor Detail

      • ErrorPanel

        public ErrorPanel()
      • ErrorPanel

        public ErrorPanel​(String pMessage)
      • ErrorPanel

        public ErrorPanel​(Throwable pException)
    • Method Detail

      • getException

        public Throwable getException()
      • getMessage

        public String getMessage()
      • setException

        public final void setException​(Throwable pException)
        Update fields with info from exception.
      • setMessage

        public final void setMessage​(String pMessage)
      • main

        public static void main​(String[] pArgs)
        Test run.