Uses of Class
anthill.factory.ConfigFormatException

Packages that use ConfigFormatException
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 ConfigFormatException in anthill.factory
 

Methods in anthill.factory that throw ConfigFormatException
 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.
 void ConfigParser.read(String urlConfig)
          Parses the file obtained from the specified URL.
 

Constructors in anthill.factory that throw ConfigFormatException
Factory(String[] configURLs)
          Create a parser object and pass this factory object allowing the parser to place the parsed elements directly into the HashMap using the factory API method put.
Factory()
          Create a parser object and pass this factory object allowing the parser to place the parsed elements directly into the HashMap using the factory API method put.