|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.factory.NoSuchBeanDefinitionException
public class NoSuchBeanDefinitionException
Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition.
| Constructor Summary | |
|---|---|
NoSuchBeanDefinitionException(java.lang.Class type)
Create a new NoSuchBeanDefinitionException. |
|
NoSuchBeanDefinitionException(java.lang.Class type,
java.lang.String message)
Create a new NoSuchBeanDefinitionException. |
|
NoSuchBeanDefinitionException(java.lang.Class type,
java.lang.String dependencyDescription,
java.lang.String message)
Create a new NoSuchBeanDefinitionException. |
|
NoSuchBeanDefinitionException(java.lang.String name)
Create a new NoSuchBeanDefinitionException. |
|
NoSuchBeanDefinitionException(java.lang.String name,
java.lang.String message)
Create a new NoSuchBeanDefinitionException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBeanName()
Return the name of the missing bean, if it was a lookup by name that failed. |
java.lang.Class |
getBeanType()
Return the required type of bean, if it was a lookup by type that failed. |
| Methods inherited from class org.springframework.beans.BeansException |
|---|
equals, hashCode |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoSuchBeanDefinitionException(java.lang.String name)
name - the name of the missing bean
public NoSuchBeanDefinitionException(java.lang.String name,
java.lang.String message)
name - the name of the missing beanmessage - detailed message describing the problempublic NoSuchBeanDefinitionException(java.lang.Class type)
type - required type of bean
public NoSuchBeanDefinitionException(java.lang.Class type,
java.lang.String message)
type - required type of beanmessage - detailed message describing the problem
public NoSuchBeanDefinitionException(java.lang.Class type,
java.lang.String dependencyDescription,
java.lang.String message)
type - required type of beandependencyDescription - a description of the originating dependencymessage - detailed message describing the problem| Method Detail |
|---|
public java.lang.String getBeanName()
public java.lang.Class getBeanType()
|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||