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

1 2 3

  /libcore/luni/src/main/java/java/util/
NoSuchElementException.java 25 public class NoSuchElementException extends RuntimeException {
30 * Constructs a new {@code NoSuchElementException} with the current stack
33 public NoSuchElementException() {
37 * Constructs a new {@code NoSuchElementException} with the current stack
43 public NoSuchElementException(String detailMessage) {
AbstractQueue.java 81 * @throws NoSuchElementException if this queue is empty
88 throw new NoSuchElementException();
100 * @throws NoSuchElementException if this queue is empty
107 throw new NoSuchElementException();
StringTokenizer.java 167 * @throws NoSuchElementException
178 * @throws NoSuchElementException
208 throw new NoSuchElementException();
218 * @throws NoSuchElementException
MiniEnumSet.java 69 throw new NoSuchElementException();
ServiceLoader.java 210 throw new NoSuchElementException();
AbstractList.java 59 throw new NoSuchElementException();
102 throw new NoSuchElementException();
130 throw new NoSuchElementException();
203 throw new NoSuchElementException();
214 throw new NoSuchElementException();
Collections.java 41 throw new NoSuchElementException();
55 throw new NoSuchElementException();
252 throw new NoSuchElementException();
343 throw new NoSuchElementException();
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyPermissionCollection.java 23 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/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/sql/
SQLException.java 22 import java.util.NoSuchElementException;
249 throw new NoSuchElementException();
  /dalvik/dexgen/src/com/android/dexgen/util/
ListIntSet.java 19 import java.util.NoSuchElementException;
120 throw new NoSuchElementException();
BitIntSet.java 19 import java.util.NoSuchElementException;
112 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/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 22 import java.util.NoSuchElementException;
126 * @throws NoSuchElementException - if the stack is empty
132 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/emailcommon/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 23 import java.util.NoSuchElementException;
232 throw new NoSuchElementException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
RefSortedMap.java 32 import java.util.NoSuchElementException;
131 throw new NoSuchElementException();
156 } catch (NoSuchElementException e) {
174 throw new NoSuchElementException();
183 throw new NoSuchElementException();
199 throw new NoSuchElementException();
206 throw new NoSuchElementException();
  /frameworks/base/location/java/android/location/
GpsStatus.java 20 import java.util.NoSuchElementException;
59 throw new NoSuchElementException();
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 42 import java.util.NoSuchElementException;
267 throw new NoSuchElementException();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 430 throw new java.util.NoSuchElementException();

Completed in 1188 milliseconds

1 2 3