Class ClientRuntimeErrorPopupPresenter


  • @ApplicationScoped
    @Specializes
    public class ClientRuntimeErrorPopupPresenter
    extends org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter

    Error Popup presenter for client runtime errors.

    Since:
    0.4.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter

        org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter.View
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientRuntimeErrorPopupPresenter​(org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter.View view)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void showMessage​(org.dashbuilder.common.client.error.ClientRuntimeError error)
      Shows the given message in a modal popup that appears above all other workbench contents. // TODO: Improve generated message by getting intermediate exception cause messages.
      • Methods inherited from class org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter

        showMessage, showMessage
    • Constructor Detail

      • ClientRuntimeErrorPopupPresenter

        @Inject
        public ClientRuntimeErrorPopupPresenter​(org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter.View view)
    • Method Detail

      • showMessage

        public void showMessage​(org.dashbuilder.common.client.error.ClientRuntimeError error)
        Shows the given message in a modal popup that appears above all other workbench contents. // TODO: Improve generated message by getting intermediate exception cause messages.
        Parameters:
        error - The client runtime error.