com.nostra13.universalimageloader.core.assist
Class FailReason
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FailReason
public FailReason(FailReason.FailType type,
Throwable cause)
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.