net.datastructures
Class FullStackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.datastructures.FullStackException
All Implemented Interfaces:
java.io.Serializable

public class FullStackException
extends java.lang.RuntimeException

Runtime exception thrown when the capacity of the array used by an ArrayStack has been exceeded.

See Also:
ArrayStack, Serialized Form

Constructor Summary
FullStackException(java.lang.String err)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullStackException

public FullStackException(java.lang.String err)