Class ErrorAlert
java.lang.Object
com.example.wellbeing_project.universal.ErrorAlert
Utility class for displaying error alerts.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
displayError
(String errorTitle, String message) Displays an error alert dialog with the specified title and message.
-
Constructor Details
-
ErrorAlert
public ErrorAlert()
-
-
Method Details
-
displayError
Displays an error alert dialog with the specified title and message.- Parameters:
errorTitle
- The title of the error alert.message
- The message to display.
-