Home
last modified time | relevance | path

Searched refs:handleException (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
DBuildPreferencePage.java333 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.KeystoreFieldEditor
374 handleException(cause); in handleException()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java501 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()
DBaseBuilder.java427 protected void handleException(Throwable t, String message) { in handleException() method in BaseBuilder