Package VASSAL.tools

Class ReadErrorDialog

java.lang.Object
VASSAL.tools.ReadErrorDialog

public class ReadErrorDialog extends Object
Utility class for reporting an IOException reading from the local system or a resource bundled with the VASSAL engine
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 read exception
      filename - the file which was being read
    • error

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

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

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

      public static void errorNoI18N(IOException e, String filename)
    • errorNoI18N

      public static void errorNoI18N(IOException e, File file)