Class BitmapReader.BitmapFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sunflow.image.BitmapReader.BitmapFormatException
All Implemented Interfaces:
Serializable
Enclosing interface:
BitmapReader

public static final class BitmapReader.BitmapFormatException extends Exception
This exception can be used internally by bitmap readers to signal they have encountered a valid file but which contains invalid content.
See Also:
  • Constructor Details

    • BitmapFormatException

      public BitmapFormatException(String message)