Class ReadErrorDialog
java.lang.Object
VASSAL.tools.ReadErrorDialog
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 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 voiderrorNoI18N(IOException e, File file) static voiderrorNoI18N(IOException e, String filename)
-
Method Details
-
error
- Parameters:
t- theThrowableproviding the stack tracee- the read exceptionfilename- the file which was being read
-
error
- Parameters:
t- theThrowableproviding the stack tracee- the read exceptionfile- the file which was being read
-
error
- Parameters:
e- the read exceptionfilename- the file which was being read
-
error
- Parameters:
e- the read exceptionfile- the file which was being read
-
errorNoI18N
-
errorNoI18N
-