Searched refs:exceptionName (Results 1 – 6 of 6) sorted by relevance
458 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument459 threadFail("should throw " + exceptionName); in threadShouldThrow()594 public void shouldThrow(String exceptionName) { in shouldThrow() argument595 fail("Should throw " + exceptionName); in shouldThrow()
377 public ClassInfo getException(String exceptionName) { in getException() argument378 return mExceptionsMap.get(exceptionName); in getException()
1042 String exceptionName = buildQualifiedName(((ParseTree) o)); in buildMethod() local1044 boolean isGeneric = resolveQualifiedName(exceptionName, in buildMethod()1048 pendingResolutions.add(new Resolution("thrownException", exceptionName, null)); in buildMethod()
516 String exceptionName = cd[i].name(); in processExceptions() local517 if (trace) System.out.println("PROCESSING EXCEPTION: " + exceptionName); in processExceptions()518 outputFile.print(" <exception name=\"" + exceptionName + "\" type=\""); in processExceptions()
1003 String exceptionName) in addCatch() argument1017 int var = jv.recordVariable(exceptionType, exceptionName); in addCatch()
578 params.SetKeyValue(BREAKPAD_SERVER_PARAMETER_PREFIX "exceptionName",