Package io.jmix.ui

Interface Dialogs.ExceptionDialogBuilder

All Superinterfaces:
Dialogs.HasCaption<Dialogs.ExceptionDialogBuilder>, Dialogs.HasMessage<Dialogs.ExceptionDialogBuilder>
All Known Implementing Classes:
DialogsImpl.ExceptionDialogBuilderImpl
Enclosing interface:
Dialogs

public static interface Dialogs.ExceptionDialogBuilder extends Dialogs.HasCaption<Dialogs.ExceptionDialogBuilder>, Dialogs.HasMessage<Dialogs.ExceptionDialogBuilder>
Builder of unhandled exception dialog.
  • Method Details

    • withThrowable

      Dialogs.ExceptionDialogBuilder withThrowable(Throwable throwable)
      Sets exception object.
      Parameters:
      throwable - throwable
      Returns:
      builder
    • getThrowable

      Throwable getThrowable()
      Returns:
      throwable
    • show

      void show()
      Shows the dialog.