Home
last modified time | relevance | path

Searched defs:Thrower (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DGenericExceptionsTest.java99 static class Thrower { class in GenericExceptionsTest
100 public <T> Thrower() throws IOException {} in Thrower() method in GenericExceptionsTest.Thrower
101 public Thrower(List<?> unused) throws IOException {} in Thrower() method in GenericExceptionsTest.Thrower