Class BitmapAccessException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BitmapAccessException extends IOException
Thrown when there is a problems of accessing Bitmap or its null after decoding or processing
-
-
Constructor Summary
Constructors Constructor Description BitmapAccessException(String message)
-
Method Summary
Modifier and Type Method Description String
getMessage()
-
-
Constructor Detail
-
BitmapAccessException
BitmapAccessException(String message)
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-