Package VASSAL.tools
Class WriteErrorDialog
java.lang.Object
VASSAL.tools.WriteErrorDialog
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiderror(IOException e, File file)static voiderror(IOException e, String filename)static voiderror(Throwable t, IOException e, File file)static voiderror(Throwable t, IOException e, String filename)static voidreportFileOverwriteFailure(FileSystemException e, String messageKey)These presently come from failure to replace a module file with a new versionstatic voidshowError(Component parent, IOException e, File file, String messageKey)
-
Method Details
-
error
- Parameters:
t- theThrowableproviding the stack tracee- the write exceptionfilename- the file which was being written
-
error
- Parameters:
t- theThrowableproviding 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
-