Package VASSAL.tools.image
Class ImageNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
VASSAL.tools.image.ImageIOException
VASSAL.tools.image.ImageNotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TileNotFoundException
An exception indicating that an image file was not found.
- Since:
- 3.1.0
- Author:
- Joel Uckelman
- See Also:
-
Constructor Summary
ConstructorDescriptionImageNotFoundException
(File file) ImageNotFoundException
(File file, Throwable cause) ImageNotFoundException
(String filename) ImageNotFoundException
(String filename, Throwable cause) -
Method Summary
Methods inherited from class VASSAL.tools.image.ImageIOException
getFile
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageNotFoundException
-
ImageNotFoundException
-
ImageNotFoundException
-
ImageNotFoundException
-