Java org.springframework.beans.factory NoSuchBeanDefinitionException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans.factory NoSuchBeanDefinitionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans.factory NoSuchBeanDefinitionException.

The text is from its open source code.

Constructor

NoSuchBeanDefinitionException(String name)
Create a new NoSuchBeanDefinitionException .
NoSuchBeanDefinitionException(Class type)
Create a new NoSuchBeanDefinitionException .
NoSuchBeanDefinitionException(ResolvableType type)
Create a new NoSuchBeanDefinitionException .
NoSuchBeanDefinitionException(String name, String message)
Create a new NoSuchBeanDefinitionException .
NoSuchBeanDefinitionException(Class type, String message)
Create a new NoSuchBeanDefinitionException .
NoSuchBeanDefinitionException(ResolvableType type, String message)
Create a new NoSuchBeanDefinitionException .

Method

StringgetBeanName()
Return the name of the missing bean, if it was a lookup by name that failed.
ClassgetBeanType()
Return the required type of the missing bean, if it was a lookup by type that failed.
ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.