jdsl.simple.ref
Class StackFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jdsl.simple.ref.StackFullException

public class StackFullException
extends java.lang.RuntimeException

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

Author:
Natasha Gelfand, Roberto Tamassia
See Also:
ArrayStack, Serialized Form

Constructor Summary
StackFullException(java.lang.String err)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackFullException

public StackFullException(java.lang.String err)