com.nostra13.universalimageloader.core.assist
Class FailReason

java.lang.Object
  extended by com.nostra13.universalimageloader.core.assist.FailReason

public class FailReason
extends Object

Presents the reason why image loading and displaying was failed

Since:
1.0.0
Author:
Sergey Tarasevich (nostra13[at]gmail[dot]com)

Nested Class Summary
static class FailReason.FailType
          Presents type of fail while image loading
 
Constructor Summary
FailReason(FailReason.FailType type, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 FailReason.FailType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailReason

public FailReason(FailReason.FailType type,
                  Throwable cause)
Method Detail

getType

public FailReason.FailType getType()
Returns:
Fail type

getCause

public Throwable getCause()
Returns:
Thrown exception/error, can be null


Copyright © 2011-2014. All Rights Reserved.