Searched refs:ExceptionWithWrongTypesConstructor (Results 1 – 4 of 4) sorted by relevance
107 public static final class ExceptionWithWrongTypesConstructor extends Exception { class in FuturesGetCheckedInputs108 public ExceptionWithWrongTypesConstructor(Integer i, String s) { in ExceptionWithWrongTypesConstructor() method in FuturesGetCheckedInputs.ExceptionWithWrongTypesConstructor
40 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()