java.util
Class EmptyStackException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.util.EmptyStackException
- public class EmptyStackException
- extends RuntimeException
Signals that the stack is empty.
- See Also:
Stack
Constructor Summary |
EmptyStackException()
Constructs a new EmptyStackException with no detail message. |
EmptyStackException
public EmptyStackException()
- Constructs a new EmptyStackException with no detail message.
A detail message is a String that describes the exception.