net.datastructures
Class FullStackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.datastructures.FullStackException
- All Implemented Interfaces:
- Serializable
- public class FullStackException
- extends RuntimeException
Runtime exception thrown when the capacity of the array used by an
ArrayStack has been exceeded.
- See Also:
ArrayStack
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FullStackException
public FullStackException(String err)