Searched refs:fullMessage (Results 1 – 2 of 2) 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()
83 private static void tryToThrowScoped(Throwable t, String fullMessage) { in tryToThrowScoped() argument90 ScopedException ex = new ScopedException(fullMessage); in tryToThrowScoped()