Package VASSAL.tools
Class WriteErrorDialog
java.lang.Object
VASSAL.tools.WriteErrorDialog
public class WriteErrorDialog extends Object
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Modifier and Type Method Description static 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)
-
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
-