public class EmptyStackException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
EmptyStackException()
Constructs a new EmptyStackException
|
EmptyStackException(java.lang.String message)
Constructs a new EmptyStackException with given message.
|