Package info.aduna.lang.reflect

Class Summary
KeyedObjectFactory<KEY,TYPE> A factory for objects of a specific abstract type (or interface) where the actual (runtime) type of the object is specified by a key.
 

Exception Summary
NoSuchTypeException Thrown by KeyedObjectFactory to indicate that a specified key is not associated with any type.
TypeInstantiationException Thrown by KeyedObjectFactory to indicate that it failed to create an instance of a certain type.
 



Copyright © 1997-2008 Aduna. All Rights Reserved.