Package org.sunflow.image
Class BitmapReader.BitmapFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.sunflow.image.BitmapReader.BitmapFormatException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- BitmapReader
public static final class BitmapReader.BitmapFormatException extends java.lang.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitmapFormatException(java.lang.String message)
-