Searched refs:fullMessage (Results 1 – 1 of 1) sorted by relevance
124 String8 fullMessage; in throw_sqlite3_exception() local125 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()126 fullMessage.appendFormat(" (code %d)", errcode); // print extended error code in throw_sqlite3_exception()128 fullMessage.append(": "); in throw_sqlite3_exception()129 fullMessage.append(message); in throw_sqlite3_exception()131 jniThrowException(env, exceptionClass, fullMessage.string()); in throw_sqlite3_exception()