public class EmptyStackException extends RuntimeException
Stack class to indicate that the stack is empty.
Stack,
Serialized Form
| Constructor and Description |
|---|
EmptyStackException()
Constructs a new
EmptyStackException with
null as its error message string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString