Class UnrecognizedImageTypeException

All Implemented Interfaces:
Serializable

public class UnrecognizedImageTypeException extends ImageIOException
An exception indicating that an image file is not a recognized type.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
Serialized Form
  • Constructor Details

    • UnrecognizedImageTypeException

      public UnrecognizedImageTypeException()
    • UnrecognizedImageTypeException

      public UnrecognizedImageTypeException(String filename)
    • UnrecognizedImageTypeException

      public UnrecognizedImageTypeException(File file)
    • UnrecognizedImageTypeException

      public UnrecognizedImageTypeException(String filename, Throwable cause)
    • UnrecognizedImageTypeException

      public UnrecognizedImageTypeException(File file, Throwable cause)