Searched refs:sMostRecentException (Results 1 – 2 of 2) sorted by relevance
447 public static Exception sMostRecentException; field in TemplateHandler529 sMostRecentException = e; in processVariables()670 sMostRecentException = e; in execute()677 sMostRecentException = e; in execute()
738 if (TemplateHandler.sMostRecentException != null) { in createProject()739 fail(values.projectName + ": " + TemplateHandler.sMostRecentException.toString()); in createProject()