@ApplicationScoped @Specializes public class ClientRuntimeErrorPopupPresenter extends ErrorPopupPresenter
Error Popup presenter for client runtime errors.
ErrorPopupPresenter.View| Constructor and Description |
|---|
ClientRuntimeErrorPopupPresenter(ErrorPopupPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
showMessage(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.
|
showMessage, showMessage@Inject public ClientRuntimeErrorPopupPresenter(ErrorPopupPresenter.View view)
public void showMessage(ClientRuntimeError error)
error - The client runtime error.Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.