Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for throwFirst (0.06 seconds)

  1. android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java

            } catch (FactoryMethodReturnsNullException e) {
              nullErrors.add(e);
            }
          }
        }
        throwFirst(paramErrors);
        throwFirst(distinctValueErrors);
        throwFirst(instantiationExceptions);
        throwFirst(nullErrors);
      }
    
      /**
       * Instantiates {@code cls} by invoking one of its non-private constructors or non-private static
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Sat Aug 09 01:14:59 GMT 2025
    - 32.5K bytes
    - Click Count (0)
Back to Top