datastructures

net.datastructures
Class FullStackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.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

Constructor Summary
FullStackException(String err)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullStackException

public FullStackException(String err)

datastructures