EmptyStackExceptionNameEmptyStackExceptionSynopsis
DescriptionAn EmptyStackException is thrown by methods of the Stack class when an operation cannot be completed because the stack is empty. Class Summary
public class java.util.EmptyStackException extends java.lang.RuntimeException { // Constructors public EmptyStackException(); } ConstructorsEmptyStackExceptionpublic EmptyStackException()
Inherited Methods
See AlsoException, RuntimeException, Stack |
|