Uses of Class
org.springframework.beans.BeanInstantiationException

Packages that use BeanInstantiationException
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
 

Uses of BeanInstantiationException in org.springframework.beans
 

Methods in org.springframework.beans that throw BeanInstantiationException
static Object BeanUtils.instantiateClass(Class clazz)
          Convenience method to instantiate a class using its no-arg constructor.
static Object BeanUtils.instantiateClass(Constructor ctor, Object[] args)
          Convenience method to instantiate a class using the given constructor.
 



Copyright (c) 2002-2007 The Spring Framework Project.