Package VASSAL.tools
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 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
errorNoI18N
(IOException e, File file) static void
errorNoI18N
(IOException e, String filename)
-
Method Details
-
error
- Parameters:
t
- theThrowable
providing the stack tracee
- the read exceptionfilename
- the file which was being read
-
error
- Parameters:
t
- theThrowable
providing 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
-