Searched refs:msgWithErrorCode (Results 1 – 1 of 1) sorted by relevance
162 AString msgWithErrorCode(msg == NULL ? "" : msg); in throwExceptionAsNecessary() local163 msgWithErrorCode.append(" error:"); in throwExceptionAsNecessary()164 msgWithErrorCode.append(err); in throwExceptionAsNecessary()165 jniThrowException(env, "java/lang/IllegalStateException", msgWithErrorCode.c_str()); in throwExceptionAsNecessary()