java.util
Class EmptyStackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.EmptyStackException
- All Implemented Interfaces:
- Serializable
public class EmptyStackException
- extends RuntimeException
Runtime exception which is thrown when pop/peek method of stack is executed
on a stack which is empty
- See Also:
- Serialized Form
|
Constructor Summary |
EmptyStackException()
Constructs a new instance of this class with its walkback filled in. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyStackException
public EmptyStackException()
- Constructs a new instance of this class with its walkback filled in.
Please submit a feedback, bug or feature