net.datastructures
Class EmptyStackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.EmptyStackException
- All Implemented Interfaces:
- Serializable
- public class EmptyStackException
- extends RuntimeException
Runtime exception thrown when one tries to perform operation top or
pop on an empty stack.
- Author:
- Roberto Tamassia
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EmptyStackException
public EmptyStackException(String err)