Class ImageIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BrokenImageException, ImageNotFoundException, UnrecognizedImageTypeException

public class ImageIOException extends IOException
An exception indicating some I/O problem while reading an image file.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
Serialized Form
  • Constructor Details

    • ImageIOException

      protected ImageIOException()
    • ImageIOException

      public ImageIOException(String filename)
    • ImageIOException

      public ImageIOException(File file)
    • ImageIOException

      public ImageIOException(String filename, String message)
    • ImageIOException

      public ImageIOException(File file, String message)
    • ImageIOException

      public ImageIOException(String filename, Throwable cause)
    • ImageIOException

      public ImageIOException(File file, Throwable cause)
    • ImageIOException

      public ImageIOException(String filename, String message, Throwable cause)
    • ImageIOException

      public ImageIOException(File file, String message, Throwable cause)
  • Method Details

    • getFile

      public File getFile()