Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java1037 String sCurException = (String) sExceptions.get(i); in getMethodTerminationSourceCode() local
1038 if (sReturn.indexOf(sCurException) == -1){ in getMethodTerminationSourceCode()
1045 sReturn += "catch (" + sCurException + " " + sExceptionName + "){\n"; in getMethodTerminationSourceCode()
1500 String sCurException = (String) sExceptions.get(i); in getMainMethodSignatureSourceCode() local
1501 if (sReturn.indexOf(sCurException) == -1){ in getMainMethodSignatureSourceCode()
1505 sReturn += getObjectTypeDescription(sCurException, false); in getMainMethodSignatureSourceCode()

Completed in 27 milliseconds