java.lang.Object
com.example.wellbeing_project.universal.ErrorAlert

public class ErrorAlert extends Object
Utility class for displaying error alerts.
  • Constructor Details

    • ErrorAlert

      public ErrorAlert()
  • Method Details

    • displayError

      public static void displayError(String errorTitle, String message)
      Displays an error alert dialog with the specified title and message.
      Parameters:
      errorTitle - The title of the error alert.
      message - The message to display.