API Documentation: Class ExternalThrowable
| Name | ExternalThrowable |
| Package | com.mckoi.network |
An exception that happened in an external service (eg. an error that occurred during the process of a query on a server).
Methods Summary
| String | getClassName() | ||
| String | getMessage() | ||
| String | getStackTrace() |
Method Details
String getClassName()
Returns the class of the external exception.
String getMessage()
Returns the external exception message.
String getStackTrace()
Returns the external exception stack trace.
