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

/libcore/ojluni/src/main/java/java/util/
H A DNoSuchElementException.java38 class NoSuchElementException extends RuntimeException { class in inherits:RuntimeException
42 * Constructs a <code>NoSuchElementException</code> with <tt>null</tt>
45 public NoSuchElementException() { method in class:NoSuchElementException
50 * Constructs a <code>NoSuchElementException</code>, saving a reference
56 public NoSuchElementException(String s) { method in class:NoSuchElementException

Completed in 33 milliseconds