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 java.lang.Object BeanUtils.instantiateClass(java.lang.Class clazz)
          Convenience method to instantiate a class using its no-arg constructor.
static java.lang.Object BeanUtils.instantiateClass(java.lang.reflect.Constructor ctor, java.lang.Object[] args)
          Convenience method to instantiate a class using the given constructor.
 



Copyright © 2002-2008 The Spring Framework.