Class Error_Canvas

    • Field Detail

      • Logger

        private static final Logger Logger
        class logger instance
      • TAG

        private static final String TAG
        class logger tag.
      • Calculator_Bundle

        private static final ResourceBundle Calculator_Bundle
        Resource Bundle used for I18N
      • Class_Label

        final JLabel Class_Label
      • Clear_Button

        final JButton Clear_Button
      • Mesage_Label

        final JLabel Mesage_Label
    • Constructor Detail

      • Error_Canvas

        public Error_Canvas()
        Creates new form Error_Canvas
    • Method Detail

      • displayException

        public void displayException​(@NotNull
                                     @NotNull Throwable exception)

        display additional information on the error. this is device and setup dependent.

        Parameters:
        exception - exception to display
      • initComponents

        private void initComponents()
        This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
      • Clear_ButtonActionPerformed

        private void Clear_ButtonActionPerformed​(ActionEvent evt)
      • getStackText

        @TestOnly
        @Nullable
        public @Nullable String getStackText()
      • getMessageText

        @TestOnly
        @Nullable
        public @Nullable String getMessageText()
      • getClassText

        @TestOnly
        @Nullable
        public @Nullable String getClassText()