Interface ExceptionDialogBuilder

All Superinterfaces:
DialogBuilder<ExceptionDialogBuilder>

public interface ExceptionDialogBuilder extends DialogBuilder<ExceptionDialogBuilder>
An exception dialog builder.
  • Field Details

    • SYSTEM_PROPERTIES

      static final PropertyValue<Boolean> SYSTEM_PROPERTIES
      Specifies whether an ExceptionPanel should include system properties in the detail panel
      • Value type: Boolean
      • Default value: true
  • Method Details

    • message

      Parameters:
      message - the message to display
      Returns:
      this builder instance
    • systemProperties

      ExceptionDialogBuilder systemProperties(boolean systemProperties)
      Parameters:
      systemProperties - true if system properties should be displayed
      Returns:
      this builder instance
      See Also:
    • show

      void show(Throwable exception)
      Displays the exception dialog
      Parameters:
      exception - the exception to display