public class

DecodeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.facebook.imagepipeline.decoder.DecodeException

Summary

Public Constructors
DecodeException(String message, EncodedImage encodedImage)
DecodeException(String message, Throwable t, EncodedImage encodedImage)
Public Methods
EncodedImage getEncodedImage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DecodeException (String message, EncodedImage encodedImage)

public DecodeException (String message, Throwable t, EncodedImage encodedImage)

Public Methods

public EncodedImage getEncodedImage ()