goldman.collection
Class AtCapacityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by goldman.collection.AtCapacityException
All Implemented Interfaces:
Serializable

public class AtCapacityException
extends RuntimeException

An AtCapacityException is thrown when there is an attempt to insert a new element into a non-elastic collection that is already at its maximum capacity.

See Also:
Serialized Form

Constructor Summary
AtCapacityException()
           
AtCapacityException(int capacity)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtCapacityException

public AtCapacityException()

AtCapacityException

public AtCapacityException(int capacity)