public class FailReason
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FailReason.FailType
Presents type of fail while image loading
|
| Constructor and Description |
|---|
FailReason(FailReason.FailType type,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause() |
FailReason.FailType |
getType() |
public FailReason(FailReason.FailType type, java.lang.Throwable cause)
public FailReason.FailType getType()
public java.lang.Throwable getCause()