|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.core.assist.FailReason
public class FailReason
Presents the reason why image loading and displaying was failed
Nested Class Summary | |
---|---|
static class |
FailReason.FailType
Presents type of fail while image loading |
Constructor Summary | |
---|---|
FailReason(FailReason.FailType type,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.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 |
---|
public FailReason(FailReason.FailType type, java.lang.Throwable cause)
Method Detail |
---|
public FailReason.FailType getType()
public java.lang.Throwable getCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |