Searched refs:Thrower (Results 1 – 1 of 1) sorted by relevance
59 getClass(), Thrower.class, NullPointerException.class);71 Constructor<Thrower> newThrower;86 newThrower = Thrower.class.getConstructor(); in setUp()93 throwS = Thrower.class.getMethod("throwS"); in setUp()158 static class Thrower<S extends Exception> { class in TypeLiteralTypeResolutionTest159 public Thrower() throws S {} in Thrower() method in TypeLiteralTypeResolutionTest.Thrower