Uses of Class
anthill.storage.CapacityException

Packages that use CapacityException
anthill This package contains the main interfaces needed by ant implementors; in particular, it contains the Ant interface, which is the agent interface to be implemented. 
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
anthill.storage   
anthill.storage.impl   
gnutant This package contains a simple ant implementation. 
 

Uses of CapacityException in anthill
 

Methods in anthill that throw CapacityException
 void AntView.addResource(Resource resource)
          Add a resource to the nest.
 

Uses of CapacityException in anthill.nestor
 

Methods in anthill.nestor that throw CapacityException
 void LocalAntView.addResource(Resource resource)
          Add a resource to the nest.
 void LocalNest.addResource(Resource resource)
          Add a resource to the nest.
 

Uses of CapacityException in anthill.storage
 

Methods in anthill.storage that throw CapacityException
 void GenericStorage.addResource(java.lang.Object key, Resource resource)
          Adds a resource to the storage and associates it to the specified key.
 

Uses of CapacityException in anthill.storage.impl
 

Methods in anthill.storage.impl that throw CapacityException
 void LRUKeyStorage.addResource(java.lang.Object key, Resource resource)
          Adds a resource to the storage and associates it to the specified key.
 void MemoryStorage.addResource(java.lang.Object key, Resource resource)
          Adds a resource to the storage and associates it to the specified key.
 

Uses of CapacityException in gnutant
 

Methods in gnutant that throw CapacityException
 void UrlStorage.addResource(java.lang.Object resourceKey, Resource urlResource)
          Adds a resource to the storage and associates it to the specified key.