Package VASSAL.tools

Class WriteErrorDialog

java.lang.Object
VASSAL.tools.WriteErrorDialog

public class WriteErrorDialog extends Object
Since:
3.1.0
Author:
Joel Uckelman
  • Method Details

    • error

      public static void error(Throwable t, IOException e, String filename)
      Parameters:
      t - the Throwable providing the stack trace
      e - the write exception
      filename - the file which was being written
    • error

      public static void error(Throwable t, IOException e, File file)
      Parameters:
      t - the Throwable providing the stack trace
      e - the write exception
      file - the file which was being written
    • error

      public static void error(IOException e, String filename)
      Parameters:
      e - the write exception
      filename - the file which was being written
    • error

      public static void error(IOException e, File file)
      Parameters:
      e - the write exception
      file - the file which was being written
    • reportFileOverwriteFailure

      public static void reportFileOverwriteFailure(FileSystemException e, String messageKey)
      These presently come from failure to replace a module file with a new version
      Parameters:
      e -
    • showError

      public static void showError(Component parent, IOException e, File file, String messageKey)