Class ImageNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TileNotFoundException

public class ImageNotFoundException extends ImageIOException
An exception indicating that an image file was not found.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
Serialized Form
  • Constructor Details

    • ImageNotFoundException

      public ImageNotFoundException(String filename)
    • ImageNotFoundException

      public ImageNotFoundException(File file)
    • ImageNotFoundException

      public ImageNotFoundException(String filename, Throwable cause)
    • ImageNotFoundException

      public ImageNotFoundException(File file, Throwable cause)