Searched defs:throwEx (Results 1 – 3 of 3) sorted by relevance
155 void throwEx(Throwable t) { throw t; } in throwEx() function282 void throwEx(Throwable t) { throw t; } in throwEx() function
194 static noreturn throwEx(Throwable t) { throw t; } in catch() function323 static noreturn throwEx(Throwable t) { throw t; } in catch() function
3920 void throwEx(Throwable t) function