Package VASSAL.tools
Class WriteErrorDialog
java.lang.Object
VASSAL.tools.WriteErrorDialog
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
error
(IOException e, File file) static void
error
(IOException e, String filename) static void
error
(Throwable t, IOException e, File file) static void
error
(Throwable t, IOException e, String filename) static void
reportFileOverwriteFailure
(FileSystemException e, String messageKey) These presently come from failure to replace a module file with a new versionstatic void
showError
(Component parent, IOException e, File file, String messageKey)
-
Method Details
-
error
- Parameters:
t
- theThrowable
providing the stack tracee
- the write exceptionfilename
- the file which was being written
-
error
- Parameters:
t
- theThrowable
providing the stack tracee
- the write exceptionfile
- the file which was being written
-
error
- Parameters:
e
- the write exceptionfilename
- the file which was being written
-
error
- Parameters:
e
- the write exceptionfile
- the file which was being written
-
reportFileOverwriteFailure
These presently come from failure to replace a module file with a new version- Parameters:
e
-
-
showError
-