Searched refs:pThrowable (Results 1 – 1 of 1) sorted by relevance
195 jthrowable pThrowable = pEnv->ExceptionOccurred(); in isExceptionOccured() local196 sal_Bool bRet = pThrowable != NULL; in isExceptionOccured()197 if ( pThrowable ) in isExceptionOccured()202 if(pEnv->IsInstanceOf(pThrowable,java_sql_SQLException_BASE::st_getMyClass())) in isExceptionOccured()205 java_sql_SQLException_BASE* pException = new java_sql_SQLException_BASE(pEnv,pThrowable); in isExceptionOccured()210 pEnv->DeleteLocalRef(pThrowable); in isExceptionOccured()
Completed in 12 milliseconds