|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
java.lang.Object |
Factory.get(java.lang.Class cl)
The get method is used to obtain an instantiation of
a class implementing the requested interface. |
java.lang.Object |
Factory.get(java.lang.String iface)
The get method is used to obtain an instantiation of
a class implementing the requested interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |