Home
last modified time | relevance | path

Searched refs:sMostRecentException (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandler.java447 public static Exception sMostRecentException; field in TemplateHandler
529 sMostRecentException = e; in processVariables()
670 sMostRecentException = e; in execute()
677 sMostRecentException = e; in execute()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java738 if (TemplateHandler.sMostRecentException != null) { in createProject()
739 fail(values.projectName + ": " + TemplateHandler.sMostRecentException.toString()); in createProject()