Searched defs:exceptionName (Results 1 – 6 of 6) sorted by relevance
456 public void threadShouldThrow(String exceptionName) { in threadShouldThrow()592 public void shouldThrow(String exceptionName) { in shouldThrow()
251 public ClassInfo getException(String exceptionName) { in getException()
1041 String exceptionName = buildQualifiedName(((ParseTree) o)); in buildMethod() local
515 String exceptionName = cd[i].name(); in processExceptions() local
1003 String exceptionName) in addCatch()
686 assertRaise: function(exceptionName, method, message) { argument