Uses of Class
anthill.factory.ConstructorException

Packages that use ConstructorException
anthill.factory This package contains a general factory class based on reflection and XML configuration files, which could be used to configure the behavior of an Anthill simulation without need to recompile the application. 
 

Uses of ConstructorException in anthill.factory
 

Methods in anthill.factory that throw ConstructorException
 Object Factory.get(Class cl)
          The get method is used to obtain an instantiation of a class implementing the requested interface.
 Object Factory.get(String name)
          The get method is used to obtain an instantiation of a class implementing the requested component.