Searched defs:exceptionName (Results 1 – 9 of 9) sorted by relevance
58 private String exceptionName; field in ThrowsTagImpl62 public String exceptionName() { in exceptionName() method in ThrowsTagImpl
50 String exceptionName(); in exceptionName() method
413 public void threadShouldThrow(String exceptionName) { in threadShouldThrow()528 public void shouldThrow(String exceptionName) { in shouldThrow()
410 public void threadShouldThrow(String exceptionName) { in threadShouldThrow()525 public void shouldThrow(String exceptionName) { in shouldThrow()
399 public ClassInfo getException(String exceptionName) { in getException()
1042 String exceptionName = buildQualifiedName(((ParseTree) o)); in buildMethod() local
517 String exceptionName = cd[i].name(); in processExceptions() local
130 override fun exceptionName(): String = type.qualifiedTypeName() in name() method in ThrowsTagAdapter
1102 String exceptionName) in addCatch()