Searched defs:initCause (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DException.cpp304 * calls to Throwable.initCause().
308 * #1/#2 and making a separate call to initCause(). Passing a null ref
423 Method* initCause; local
424 initCause = dvmFindVirtualMethodHierByDescriptor(excepClass, "initCause",
426 if (initCause != NULL) {
427 dvmCallMethod(self, initCause, exception, &unused, cause);
429 /* initCause() threw an exception; return an error and
432 ALOGW("Exception thrown (%s) during initCause() "
439 ALOGW("WARNING: couldn't find initCause i
[all...]

Completed in 40 milliseconds