Class ErrorDialog


  • public class ErrorDialog
    extends Object
    Show error dialog for user feedback.
    • Constructor Detail

      • ErrorDialog

        public ErrorDialog​(String title,
                           String msg)
        Create an error dialog with the given error message.
        Parameters:
        title - Error message title which should be displayed.
        msg - Error message which should be displayed.