Package docking

Class ErrLogExpandableDialog

    • Field Detail

      • IMG_REPORT

        public static javax.swing.ImageIcon IMG_REPORT
      • IMG_EXCEPTION

        public static javax.swing.ImageIcon IMG_EXCEPTION
      • IMG_FRAME_ELEMENT

        public static javax.swing.ImageIcon IMG_FRAME_ELEMENT
      • IMG_STACK

        public static javax.swing.ImageIcon IMG_STACK
      • IMG_CAUSE

        public static javax.swing.ImageIcon IMG_CAUSE
      • root

        protected docking.ErrLogExpandableDialog.ReportRootNode root
      • tree

        protected GTree tree
      • horizontalSpacer

        protected java.awt.Component horizontalSpacer
        This spacer addresses the optical impression that the message panel changes size when showing details
      • detailButton

        protected javax.swing.JButton detailButton
      • sendButton

        protected javax.swing.JButton sendButton
      • popup

        protected javax.swing.JPopupMenu popup
    • Constructor Detail

      • ErrLogExpandableDialog

        protected ErrLogExpandableDialog​(java.lang.String title,
                                         java.lang.String msg,
                                         java.lang.Throwable throwable)
    • Method Detail

      • addException

        public void addException​(java.lang.String message,
                                 java.lang.Throwable t)
      • getMessage

        public java.lang.String getMessage()
        Description copied from class: AbstractErrDialog
        Returns the string message of this error dialog
        Specified by:
        getMessage in class AbstractErrDialog
        Returns:
        the message