- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ExceptionWithManyConstructorsButOnlyOneThrowable (0.43 seconds)
-
guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedInputs.java
super(message, cause); } } public static final class ExceptionWithManyConstructorsButOnlyOneThrowable extends Exception { private @Nullable Throwable antecedent; public ExceptionWithManyConstructorsButOnlyOneThrowable(String message, String a1) { super(message); } public ExceptionWithManyConstructorsButOnlyOneThrowable(String message, String a1, String a2) { super(message); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 6.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedInputs.java
super(message, cause); } } public static final class ExceptionWithManyConstructorsButOnlyOneThrowable extends Exception { private @Nullable Throwable antecedent; public ExceptionWithManyConstructorsButOnlyOneThrowable(String message, String a1) { super(message); } public ExceptionWithManyConstructorsButOnlyOneThrowable(String message, String a1, String a2) { super(message); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 6.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java
public void testPrefersConstructorWithThrowableParameter() { ExceptionWithManyConstructorsButOnlyOneThrowable exception = assertThrows( ExceptionWithManyConstructorsButOnlyOneThrowable.class, () -> getChecked( FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithManyConstructorsButOnlyOneThrowable.class));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 16.5K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesGetCheckedTest.java
public void testPrefersConstructorWithThrowableParameter() { ExceptionWithManyConstructorsButOnlyOneThrowable exception = assertThrows( ExceptionWithManyConstructorsButOnlyOneThrowable.class, () -> getChecked( FAILED_FUTURE_CHECKED_EXCEPTION, ExceptionWithManyConstructorsButOnlyOneThrowable.class));
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Mar 12 17:47:10 GMT 2026 - 16.5K bytes - Click Count (0)