Class ClientRuntimeErrorPopupPresenter
- java.lang.Object
-
- org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter
-
- org.dashbuilder.client.widgets.common.ClientRuntimeErrorPopupPresenter
-
@ApplicationScoped @Specializes public class ClientRuntimeErrorPopupPresenter extends org.uberfire.client.workbench.widgets.common.ErrorPopupPresenterError Popup presenter for client runtime errors.
- Since:
- 0.4.0
-
-
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 voidshowMessage(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.
-
-
-
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.
-
-