Package org.mozilla.geckoview
Class Image.ImageProcessingException
Object
Throwable
Exception
RuntimeException
org.mozilla.geckoview.Image.ImageProcessingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Image
Thrown whenever an image cannot be processed by
Image.getBitmap(int)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImageProcessingException
Build an instance of this class.- Parameters:
message
- description of the error.
-