Uses of Class
org.apache.xbean.recipe.ConstructionException

Packages that use ConstructionException
org.apache.xbean.recipe   
 

Uses of ConstructionException in org.apache.xbean.recipe
 

Subclasses of ConstructionException in org.apache.xbean.recipe
 class CircularDependencyException
           
 class MissingAccessorException
           
 class MissingFactoryMethodException
           
 class NoSuchObjectException
           
 class UnresolvedReferencesException
           
 

Methods in org.apache.xbean.recipe that throw ConstructionException
 Object Recipe.create()
           
 Object AbstractRecipe.create()
           
 Object StaticRecipe.create()
          Deprecated.  
 Object Recipe.create(ClassLoader classLoader)
           
 Object AbstractRecipe.create(ClassLoader classLoader)
           
 Object StaticRecipe.create(ClassLoader classLoader)
          Deprecated.  
 Object ReflectionUtil.Factory.create(Object... parameters)
           
 Object ReflectionUtil.ConstructorFactory.create(Object... parameters)
           
 Object ReflectionUtil.StaticFactory.create(Object... parameters)
           
 Object ObjectGraph.create(String name)
           
 Object Recipe.create(Type expectedType, boolean lazyRefAllowed)
           
 Object AbstractRecipe.create(Type expectedType, boolean lazyRefAllowed)
           
 Object StaticRecipe.create(Type expectedType, boolean lazyRefAllowed)
          Deprecated.  
 Map<String,Object> ObjectGraph.createAll(List<String> names)
           
 Map<String,Object> ObjectGraph.createAll(String... names)
           
protected  Object ReferenceNameRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected abstract  Object AbstractRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object ObjectRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object AllPropertiesRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object CollectionRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object ReferenceRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object MapRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object ArrayRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
protected  Object UnsetPropertiesRecipe.internalCreate(Type expectedType, boolean lazyRefAllowed)
           
 void ObjectRecipe.setProperties(Object instance)
           
 Class ObjectRecipe.setStaticProperties()
           
 



Copyright © 2005-2013. All Rights Reserved.