Class Image.ImageProcessingException

Object
Throwable
Exception
RuntimeException
org.mozilla.geckoview.Image.ImageProcessingException
All Implemented Interfaces:
Serializable
Enclosing class:
Image

public static class Image.ImageProcessingException extends RuntimeException
Thrown whenever an image cannot be processed by Image.getBitmap(int)
See Also:
  • Constructor Details

    • ImageProcessingException

      public ImageProcessingException(String message)
      Build an instance of this class.
      Parameters:
      message - description of the error.