@Named @ViewScoped public class ErrorDialogController extends Object implements Serializable
| Constructor and Description |
|---|
ErrorDialogController() |
| Modifier and Type | Method and Description |
|---|---|
void |
dismiss()
Dismiss error message.
|
String |
getComment() |
String |
getDetails() |
String |
getSupportEmail() |
boolean |
isUnexpectedError() |
void |
reportBehavior()
Report behavior to support email and user.
|
void |
setComment(String comment) |
void |
setDetails(String details) |
void |
setStackTrace(String stackTrace) |
void |
setUnexpectedError(boolean unexpectedError) |
boolean |
showFeedbackUI()
Return if feedback UI is to be shown.
|
public String getDetails()
public void setDetails(String details)
public void setStackTrace(String stackTrace)
public String getComment()
public void setComment(String comment)
public boolean isUnexpectedError()
public boolean showFeedbackUI()
public void setUnexpectedError(boolean unexpectedError)
public void reportBehavior()
public String getSupportEmail()
public void dismiss()
Copyright © 2025 European Spallation Source. All rights reserved.