public class AsyncTaskErrorDetails extends Object
| Constructor and Description |
|---|
AsyncTaskErrorDetails(Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Exception |
getException() |
String |
getStackTrace() |
int |
hashCode() |
String |
toString() |
AsyncTaskErrorDetails |
withException(Exception exception) |
public AsyncTaskErrorDetails(Exception exception)
public String getStackTrace()
public Exception getException()
public AsyncTaskErrorDetails withException(Exception exception)
Copyright © 2014. All rights reserved.