Home
last modified time | relevance | path

Searched refs:ExceptionWithSomePrivateConstructors (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetCheckedInputs.java62 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
DFuturesGetCheckedTest.java39 …ort com.google.common.util.concurrent.FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors;
307 getChecked(FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithSomePrivateConstructors.class); in testGetCheckedUntimed_exceptionClassSomePrivateConstructors()
309 } catch (ExceptionWithSomePrivateConstructors expected) { in testGetCheckedUntimed_exceptionClassSomePrivateConstructors()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetCheckedInputs.java62 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
DFuturesGetCheckedTest.java39 …ort com.google.common.util.concurrent.FuturesGetCheckedInputs.ExceptionWithSomePrivateConstructors;
307 getChecked(FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithSomePrivateConstructors.class); in testGetCheckedUntimed_exceptionClassSomePrivateConstructors()
309 } catch (ExceptionWithSomePrivateConstructors expected) { in testGetCheckedUntimed_exceptionClassSomePrivateConstructors()