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

/dalvik/libcore/luni/src/main/java/java/util/
H A DEmptyStackException.java22 * An {@code EmptyStackException} is thrown if the pop/peek method of a stack is
27 public class EmptyStackException extends RuntimeException { class in inherits:RuntimeException
32 * Constructs a new {@code EmptyStackException} with the stack trace filled
35 public EmptyStackException() { method in class:EmptyStackException

Completed in 50 milliseconds