Class ExceptionDialog

    • Method Detail

      • createBannerPanel

        public JComponent createBannerPanel()
        Specified by:
        createBannerPanel in class com.jidesoft.dialog.StandardDialog
      • createDetailsPanel

        public JComponent createDetailsPanel()
      • getErrorMessageSupplier

        protected abstract Supplier<String> getErrorMessageSupplier()
      • getExceptionMessageSupplier

        protected abstract Supplier<String> getExceptionMessageSupplier()
      • createStandardDialogPane

        protected com.jidesoft.dialog.StandardDialogPane createStandardDialogPane()
        Overrides:
        createStandardDialogPane in class com.jidesoft.dialog.StandardDialog
      • createContentPanel

        public JComponent createContentPanel()
        Specified by:
        createContentPanel in class com.jidesoft.dialog.StandardDialog
      • createButtonPanel

        public com.jidesoft.dialog.ButtonPanel createButtonPanel()
        Specified by:
        createButtonPanel in class com.jidesoft.dialog.StandardDialog