Class Alert

java.lang.Object
edu.sc.seis.TauP.Alert

public class Alert extends Object
Displays a message to the user depending on whether there is a GUI or not.
  • Method Details

    • info

      public static void info(String message)
    • warning

      public static void warning(String message, String extra)
    • warning

      public static void warning(String message)
    • error

      public static void error(String message, String extra)
    • debug

      public static void debug(String message)
      Simple proxy method so don't have System.err.println scattered in code.
      Parameters:
      message - message to print
    • setGUI

      public static void setGUI(boolean newGUI)
    • warning

      public static void warning(Exception e)