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.

The text on this page is licensed under the Creative Commons Attribution 3.0 License. Java is a registered trademark of Sun Microsystems, Inc.
Mckoi is Copyright © 2000 - 2012 Diehl and Associates, Inc. All rights reserved.