Searched refs:handleException (Results 1 – 3 of 3) sorted by relevance
333 handleException(e); in checkState()336 handleException(e); in checkState()339 handleException(e); in checkState()342 handleException(e); in checkState()369 private void handleException(Throwable t) { in handleException() method in BuildPreferencePage.KeystoreFieldEditor374 handleException(cause); in handleException()
501 handleException(e, msg); in build()510 handleException(e, msg); in build()518 handleException(e, msg); in build()655 handleException(e, "Failed to create BuildConfig class"); in build()688 handleException(t, "Failed to run aidl. Check workspace log for detail."); in build()696 handleException(t, "Failed to run renderscript. Check workspace log for detail."); in build()873 handleException(e, String.format( in compileRs()977 handleException(e, "Failed to copy Manifest"); in mergeManifest()
427 protected void handleException(Throwable t, String message) { in handleException() method in BaseBuilder