HomeSort by relevance Sort by last modified time
    Searched defs:NoSuchElementException (Results 1 - 25 of 62) sorted by null

1 2 3

  /libcore/luni/src/main/java/java/util/
NoSuchElementException.java 22 * A {@code NoSuchElementException} is thrown when trying to retrieve an element
29 public class NoSuchElementException extends RuntimeException {
34 * Constructs a new {@code NoSuchElementException} with the current stack
37 public NoSuchElementException() {
42 * Constructs a new {@code NoSuchElementException} with the current stack
48 public NoSuchElementException(String detailMessage) {
AbstractQueue.java 91 * @throws NoSuchElementException
97 throw new NoSuchElementException();
106 * @throws NoSuchElementException
112 throw new NoSuchElementException();
Collections.java 118 throw new NoSuchElementException();
269 throw new NoSuchElementException();
373 throw new NoSuchElementException();
    [all...]
StringTokenizer.java 231 * @throws NoSuchElementException
242 * @throws NoSuchElementException
272 throw new NoSuchElementException();
282 * @throws NoSuchElementException
MiniEnumSet.java 71 throw new NoSuchElementException();
AbstractList.java 61 throw new NoSuchElementException();
106 throw new NoSuchElementException();
134 throw new NoSuchElementException();
208 throw new NoSuchElementException();
219 throw new NoSuchElementException();
EnumMap.java 156 throw new NoSuchElementException();
300 throw new NoSuchElementException();
HugeEnumSet.java 100 throw new NoSuchElementException();
IdentityHashMap.java 161 throw new NoSuchElementException();
  /libcore/luni/src/main/java/java/lang/
EmptyEnumeration.java 22 import java.util.NoSuchElementException;
53 throw new NoSuchElementException();
VMClassLoader.java 24 import java.util.NoSuchElementException;
137 throw new NoSuchElementException();
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyPermissionCollection.java 23 import java.util.NoSuchElementException;
45 throw new NoSuchElementException();
  /external/guava/src/com/google/common/collect/
AbstractIterator.java 22 import java.util.NoSuchElementException;
146 throw new NoSuchElementException();
161 throw new NoSuchElementException();
EmptyImmutableSortedSet.java 23 import java.util.NoSuchElementException;
90 throw new NoSuchElementException();
94 throw new NoSuchElementException();
AbstractMultiset.java 26 import java.util.NoSuchElementException;
96 throw new NoSuchElementException();
RegularImmutableList.java 24 import java.util.NoSuchElementException;
150 throw new NoSuchElementException();
160 throw new NoSuchElementException();
  /libcore/luni/src/main/java/java/security/
AllPermissionCollection.java 25 import java.util.NoSuchElementException;
94 throw new NoSuchElementException();
Permissions.java 31 import java.util.NoSuchElementException;
158 throw new NoSuchElementException();
  /libcore/luni/src/main/java/java/sql/
SQLException.java 22 import java.util.NoSuchElementException;
250 throw new NoSuchElementException();
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 19 import java.util.NoSuchElementException;
120 throw new NoSuchElementException();
BitIntSet.java 19 import java.util.NoSuchElementException;
112 throw new NoSuchElementException();
  /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();
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 23 import java.util.NoSuchElementException;
232 throw new NoSuchElementException();
  /frameworks/base/location/java/android/location/
GpsStatus.java 20 import java.util.NoSuchElementException;
59 throw new NoSuchElementException();
  /libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 30 import java.util.NoSuchElementException;
486 throw new NoSuchElementException();

Completed in 492 milliseconds

1 2 3