HomeSort by relevance Sort by last modified time
    Searched full:nosuchelementexception (Results 1 - 25 of 862) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
NoSuchElementExceptionTest.java 20 import java.util.NoSuchElementException;
26 * java.util.NoSuchElementException#NoSuchElementException()
29 // Test for method java.util.NoSuchElementException()
31 assertNotNull(new NoSuchElementException());
36 fail("NoSuchElementException expected");
37 } catch (NoSuchElementException e) {
43 * java.util.NoSuchElementException#NoSuchElementException(java.lang.String)
46 // Test for method java.util.NoSuchElementException(java.lang.String
    [all...]
AbstractQueueTest.java 24 import java.util.NoSuchElementException;
52 throw new NoSuchElementException();
264 fail("should throw NoSuchElementException");
265 } catch (NoSuchElementException e) {
283 fail("should throw NoSuchElementException");
284 } catch (NoSuchElementException e) {
295 fail("should throw NoSuchElementException");
296 } catch (NoSuchElementException e) {
  /external/icu/android_icu4j/src/main/java/android/icu/util/
UResourceBundleIterator.java 13 import java.util.NoSuchElementException;
57 * @throws NoSuchElementException If there does not exist such an element.
59 public UResourceBundle next()throws NoSuchElementException{
63 throw new NoSuchElementException();
68 * @throws NoSuchElementException If there does not exist such an element.
71 public String nextString()throws NoSuchElementException, UResourceTypeMismatchException{
75 throw new NoSuchElementException();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UResourceBundleIterator.java 12 import java.util.NoSuchElementException;
57 * @throws NoSuchElementException If there does not exist such an element.
60 public UResourceBundle next()throws NoSuchElementException{
64 throw new NoSuchElementException();
69 * @throws NoSuchElementException If there does not exist such an element.
73 public String nextString()throws NoSuchElementException, UResourceTypeMismatchException{
77 throw new NoSuchElementException();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
EmptyContiguousSet.java 18 import java.util.NoSuchElementException;
36 throw new NoSuchElementException();
40 throw new NoSuchElementException();
52 throw new NoSuchElementException();
56 throw new NoSuchElementException();
  /libcore/ojluni/src/main/java/java/util/
NoSuchElementException.java 38 class NoSuchElementException extends RuntimeException {
42 * Constructs a <code>NoSuchElementException</code> with <tt>null</tt>
45 public NoSuchElementException() {
50 * Constructs a <code>NoSuchElementException</code>, saving a reference
56 public NoSuchElementException(String s) {
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractIteratorTest.java 24 import java.util.NoSuchElementException;
74 } catch (NoSuchElementException expected) {
111 fail("peek() should throw NoSuchElementException at end");
112 } catch (NoSuchElementException expected) {
117 fail("peek() should continue to throw NoSuchElementException at end");
118 } catch (NoSuchElementException expected) {
123 fail("next() should throw NoSuchElementException as usual");
124 } catch (NoSuchElementException expected) {
129 fail("peek() should still throw NoSuchElementException after next()");
130 } catch (NoSuchElementException expected)
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 27 import java.util.NoSuchElementException;
77 } catch (NoSuchElementException expected) {
114 fail("peek() should throw NoSuchElementException at end");
115 } catch (NoSuchElementException expected) {
120 fail("peek() should continue to throw NoSuchElementException at end");
121 } catch (NoSuchElementException expected) {
126 fail("next() should throw NoSuchElementException as usual");
127 } catch (NoSuchElementException expected) {
132 fail("peek() should still throw NoSuchElementException after next()");
133 } catch (NoSuchElementException expected)
    [all...]
UnmodifiableListIteratorTest.java 25 import java.util.NoSuchElementException;
83 throw new NoSuchElementException();
95 throw new NoSuchElementException();
UnmodifiableIteratorTest.java 24 import java.util.NoSuchElementException;
46 throw new NoSuchElementException();
  /external/guava/guava/src/com/google/common/collect/
EmptyContiguousSet.java 20 import java.util.NoSuchElementException;
38 throw new NoSuchElementException();
42 throw new NoSuchElementException();
54 throw new NoSuchElementException();
58 throw new NoSuchElementException();
AbstractIndexedListIterator.java 24 import java.util.NoSuchElementException;
48 * first element (or throw {@link NoSuchElementException} if {@code size} is
82 throw new NoSuchElementException();
100 throw new NoSuchElementException();
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
MinimalIterableTest.java 25 import java.util.NoSuchElementException;
42 } catch (NoSuchElementException expected) {
60 } catch (NoSuchElementException expected) {
77 } catch (NoSuchElementException expected) {
101 } catch (NoSuchElementException expected) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
HeaderIterator.java 30 import java.util.NoSuchElementException;
49 public Object next() throws NoSuchElementException {
51 throw new NoSuchElementException();
57 public Object previous() throws NoSuchElementException {
59 throw new NoSuchElementException();
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 97 class NoSuchElementException : public Exception {
99 NoSuchElementException() throw() : Exception("No such element") {}
100 explicit NoSuchElementException(const char* message) throw()
102 virtual ~NoSuchElementException() throw() {}
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
DominatorReferenceIterator.java 20 import java.util.NoSuchElementException;
54 throw new NoSuchElementException();
SkipNullsIterator.java 20 import java.util.NoSuchElementException;
45 throw new NoSuchElementException();
  /external/javassist/src/main/javassist/bytecode/analysis/
IntQueue.java 17 import java.util.NoSuchElementException;
47 throw new NoSuchElementException();
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/
NullEnumeration.java 21 import java.util.NoSuchElementException;
45 throw new NoSuchElementException();
  /external/smali/util/src/test/java/org/jf/util/
AbstractForwardSequentialListTest.java 42 import java.util.NoSuchElementException;
60 throw new NoSuchElementException();
171 // note: no "expected = NoSuchElementException", because we want to make sure the exception occurs only during
180 } catch (NoSuchElementException ex) {
186 @Test(expected = NoSuchElementException.class)
194 // note: no "expected = NoSuchElementException", because we want to make sure the exception occurs only during
203 } catch (NoSuchElementException ex) {
209 @Test(expected = NoSuchElementException.class)
  /frameworks/support/collection/src/test/java/androidx/collection/
ArraySetCompatTest.java 26 import java.util.NoSuchElementException;
42 } catch (NoSuchElementException expected) {
  /external/smali/util/src/main/java/org/jf/util/
AbstractForwardSequentialList.java 39 import java.util.NoSuchElementException;
45 throw new NoSuchElementException();
62 } catch (NoSuchElementException ex) {
76 throw new NoSuchElementException();
105 throw new NoSuchElementException();
  /frameworks/base/core/java/android/os/
HwBinder.java 23 import java.util.NoSuchElementException;
83 * @throws NoSuchElementException when the service is unavailable
90 throws RemoteException, NoSuchElementException {
98 * @throws NoSuchElementException when the service is unavailable
106 throws RemoteException, NoSuchElementException;
  /packages/apps/SecureElement/src/com/android/se/security/arf/PKCS15/
PKCS15Handler.java 52 import java.util.NoSuchElementException;
93 MissingResourceException, NoSuchElementException, PKCS15Exception,
146 MissingResourceException, NoSuchElementException, PKCS15Exception,
155 // NoSuchElementException was not thrown by the terminal.
184 } catch (NoSuchElementException e) {
192 throw new NoSuchElementException("No ARF exists");
203 NoSuchElementException, PKCS15Exception, SecureElementException {
221 throw new NoSuchElementException("Cannot select PKCS#15 directory via EF Dir");
249 MissingResourceException, NoSuchElementException {
255 } catch (IOException | MissingResourceException | NoSuchElementException e)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldListIteratorTest.java 23 import java.util.NoSuchElementException;
51 fail("NoSuchElementException expected");
52 } catch (NoSuchElementException e) {
139 fail("NoSuchElementException expected");
140 } catch (NoSuchElementException e) {
153 fail("NoSuchElementException expected");
154 } catch (NoSuchElementException e) {

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>