global class TouchHandledException extends Exception { global TouchHandledException(String param0) { } global Exception getCause() { } global Map> getInaccessibleFields() { } global Integer getLineNumber() { } global String getMessage() { } global String getStackTraceString() { } global String getTypeName() { } global void initCause(Exception cause) { } global void setMessage(String message) { } }