FileDocCategorySizeDatePackage
EmptyStackException.javaAPI DocAndroid 1.5 API1316Wed May 06 22:41:04 BST 2009java.util

EmptyStackException

public class EmptyStackException extends RuntimeException
An {@code EmptyStackException} is thrown if the pop/peek method of a stack is executed on an empty stack.
see
java.lang.RuntimeException
since
Android 1.0

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public EmptyStackException()
Constructs a new {@code EmptyStackException} with the stack trace filled in.


                    
      
        super();
    
Methods Summary