Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for throwFirst (0.05 sec)

  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
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:18:12 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top