Searched refs:sCurException (Results 1 – 1 of 1) sorted by relevance
1037 String sCurException = (String) sExceptions.get(i); in getMethodTerminationSourceCode() local1038 if (sReturn.indexOf(sCurException) == -1){ in getMethodTerminationSourceCode()1045 sReturn += "catch (" + sCurException + " " + sExceptionName + "){\n"; in getMethodTerminationSourceCode()1500 String sCurException = (String) sExceptions.get(i); in getMainMethodSignatureSourceCode() local1501 if (sReturn.indexOf(sCurException) == -1){ in getMainMethodSignatureSourceCode()1505 sReturn += getObjectTypeDescription(sCurException, false); in getMainMethodSignatureSourceCode()
Completed in 34 milliseconds