Home
last modified time | relevance | path

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

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java1034 String sExceptionName = "e"; in getMethodTerminationSourceCode() local
1040 sExceptionName = "e"+ nIndex; in getMethodTerminationSourceCode()
1045 sReturn += "catch (" + sCurException + " " + sExceptionName + "){\n"; in getMethodTerminationSourceCode()
1046 sReturn += "\t" + sExceptionName + ".printStackTrace(System.out);\n"; in getMethodTerminationSourceCode()

Completed in 2116 milliseconds