Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ISE (0.01 sec)

  1. android/guava-tests/test/com/google/common/collect/AbstractIteratorTest.java

              }
            };
    
        // The first time, the sneakily-thrown exception comes out
        assertThrows(SomeCheckedException.class, iter::hasNext);
        // But the second time, AbstractIterator itself throws an ISE
        assertThrows(IllegalStateException.class, iter::hasNext);
      }
    
      public void testException() {
        SomeUncheckedException exception = new SomeUncheckedException();
        Iterator<Integer> iter =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top