Package VASSAL.tools.image.tilecache
Class TileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
VASSAL.tools.image.ImageIOException
VASSAL.tools.image.ImageNotFoundException
VASSAL.tools.image.tilecache.TileNotFoundException
- All Implemented Interfaces:
Serializable
An exception indicating that a tile file was not found.
- Since:
- 3.5.4
- Author:
- Joel Uckelman
- See Also:
-
Constructor Summary
ConstructorDescriptionTileNotFoundException
(File file) TileNotFoundException
(File file, Throwable cause) TileNotFoundException
(String filename) TileNotFoundException
(String srcname, int tileX, int tileY, double scale, Throwable cause) TileNotFoundException
(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
-
TileNotFoundException
-
TileNotFoundException
-
TileNotFoundException
-
TileNotFoundException
-
TileNotFoundException
-