Class BrokenImageException

All Implemented Interfaces:
Serializable

public class BrokenImageException extends ImageIOException
An exception indicating that an image file is broken in some way.
Since:
3.2.0
Author:
Joel Uckelman
See Also:
Serialized Form
  • Constructor Details

    • BrokenImageException

      protected BrokenImageException()
    • BrokenImageException

      public BrokenImageException(String filename)
    • BrokenImageException

      public BrokenImageException(File file)
    • BrokenImageException

      public BrokenImageException(String filename, String message)
    • BrokenImageException

      public BrokenImageException(File file, String message)
    • BrokenImageException

      public BrokenImageException(String filename, Throwable cause)
    • BrokenImageException

      public BrokenImageException(File file, Throwable cause)
    • BrokenImageException

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

      public BrokenImageException(File file, String message, Throwable cause)