Searched defs:NoSuchElementException (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/util/
H A DNoSuchElementException.java22 * A {@code NoSuchElementException} is thrown when trying to retrieve an element
30 public class NoSuchElementException extends RuntimeException { class in inherits:RuntimeException
35 * Constructs a new {@code NoSuchElementException} with the current stack
38 public NoSuchElementException() { method in class:NoSuchElementException
43 * Constructs a new {@code NoSuchElementException} with the current stack
49 public NoSuchElementException(String detailMessage) { method in class:NoSuchElementException

Completed in 3 milliseconds