Searched refs:exceptionName (Results 1 – 8 of 8) sorted by relevance
410 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument411 threadFail("should throw " + exceptionName); in threadShouldThrow()525 public void shouldThrow(String exceptionName) { in shouldThrow() argument526 fail("Should throw " + exceptionName); in shouldThrow()
413 public void threadShouldThrow(String exceptionName) { in threadShouldThrow() argument414 threadFail("should throw " + exceptionName); in threadShouldThrow()528 public void shouldThrow(String exceptionName) { in shouldThrow() argument529 fail("Should throw " + exceptionName); in shouldThrow()
397 public ClassInfo getException(String exceptionName) { in getException() argument398 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()
130 override fun exceptionName(): String = type.qualifiedTypeName() in name() method in ThrowsTagAdapter
1102 String exceptionName) in addCatch() argument1116 int var = jv.recordVariable(exceptionType, exceptionName); in addCatch()
634 params.SetKeyValue(BREAKPAD_SERVER_PARAMETER_PREFIX "exceptionName",