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

/libcore/ojluni/src/main/java/java/util/
H A DNoSuchElementException.java39 class NoSuchElementException extends RuntimeException { class in inherits:RuntimeException
43 * Constructs a <code>NoSuchElementException</code> with <tt>null</tt>
46 public NoSuchElementException() { method in class:NoSuchElementException
51 * Constructs a <code>NoSuchElementException</code>, saving a reference
57 public NoSuchElementException(String s) { method in class:NoSuchElementException

Completed in 173 milliseconds