Class TileNotFoundException

All Implemented Interfaces:
Serializable

public class TileNotFoundException extends ImageNotFoundException
An exception indicating that a tile file was not found.
Since:
3.5.4
Author:
Joel Uckelman
See Also:
Serialized Form
  • Constructor Details

    • TileNotFoundException

      public TileNotFoundException(String filename)
    • TileNotFoundException

      public TileNotFoundException(File file)
    • TileNotFoundException

      public TileNotFoundException(String filename, Throwable cause)
    • TileNotFoundException

      public TileNotFoundException(File file, Throwable cause)