Searched defs:ExceptionWithSomePrivateConstructors (Results 1 – 2 of 2) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | FuturesGetCheckedInputs.java | 62 public static final class ExceptionWithSomePrivateConstructors extends Exception { class in FuturesGetCheckedInputs 63 private ExceptionWithSomePrivateConstructors(String a) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 65 private ExceptionWithSomePrivateConstructors(String a, String b) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 67 public ExceptionWithSomePrivateConstructors(String a, String b, String c) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 69 private ExceptionWithSomePrivateConstructors(String a, String b, String c, String d) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 71 private ExceptionWithSomePrivateConstructors( in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | FuturesGetCheckedInputs.java | 62 public static final class ExceptionWithSomePrivateConstructors extends Exception { class in FuturesGetCheckedInputs 63 private ExceptionWithSomePrivateConstructors(String a) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 65 private ExceptionWithSomePrivateConstructors(String a, String b) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 67 public ExceptionWithSomePrivateConstructors(String a, String b, String c) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 69 private ExceptionWithSomePrivateConstructors(String a, String b, String c, String d) {} in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors 71 private ExceptionWithSomePrivateConstructors( in ExceptionWithSomePrivateConstructors() method in FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors
|