Examples of FatalBeanException


Examples of org.springframework.beans.FatalBeanException

   * or <code>null</code> if none found
   * @throws BeansException in case of errors
   * @deprecated as of Spring 2.0.1: Override <code>findAutowireCandidates</code> instead
   */
  protected Map findMatchingBeans(Class requiredType) throws BeansException {
    throw new FatalBeanException("Bean lookup by type not supported by this factory");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.