Home
last modified time | relevance | path

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

/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetCheckedInputs.java107 public static final class ExceptionWithWrongTypesConstructor extends Exception { class in FuturesGetCheckedInputs
108 public ExceptionWithWrongTypesConstructor(Integer i, String s) { in ExceptionWithWrongTypesConstructor() method in FuturesGetCheckedInputs.ExceptionWithWrongTypesConstructor
DFuturesGetCheckedTest.java40 import com.google.common.util.concurrent.FuturesGetCheckedInputs.ExceptionWithWrongTypesConstructor;
325 throws ExceptionWithWrongTypesConstructor { in testGetCheckedUntimed_exceptionClassPublicConstructorWrongType()
327 getChecked(FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithWrongTypesConstructor.class); in testGetCheckedUntimed_exceptionClassPublicConstructorWrongType()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetCheckedInputs.java107 public static final class ExceptionWithWrongTypesConstructor extends Exception { class in FuturesGetCheckedInputs
108 public ExceptionWithWrongTypesConstructor(Integer i, String s) { in ExceptionWithWrongTypesConstructor() method in FuturesGetCheckedInputs.ExceptionWithWrongTypesConstructor
DFuturesGetCheckedTest.java40 import com.google.common.util.concurrent.FuturesGetCheckedInputs.ExceptionWithWrongTypesConstructor;
325 throws ExceptionWithWrongTypesConstructor { in testGetCheckedUntimed_exceptionClassPublicConstructorWrongType()
327 getChecked(FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithWrongTypesConstructor.class); in testGetCheckedUntimed_exceptionClassPublicConstructorWrongType()