public class DependencyInjectionException extends BeanCreationException
Modifier | Constructor and Description |
---|---|
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
ArgumentConversionContext argumentConversionContext,
java.lang.String property)
Builds an error message for attempted argument conversion on a argument.
|
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
Argument argument,
java.lang.String message) |
protected |
DependencyInjectionException(BeanResolutionContext resolutionContext,
Argument argument,
java.lang.String message,
boolean circular) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
Argument argument,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringBean,
java.lang.String methodName,
ArgumentConversionContext conversionContext,
java.lang.String property)
Builds an error message for attempted argument conversion on a method.
|
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
java.lang.String methodName,
Argument argument,
java.lang.String message) |
protected |
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
java.lang.String methodName,
Argument argument,
java.lang.String message,
boolean circular) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
java.lang.String methodName,
Argument argument,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringBean,
java.lang.String fieldName,
java.lang.String message) |
protected |
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringType,
java.lang.String fieldName,
java.lang.String message,
boolean circular) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringBean,
java.lang.String fieldName,
java.lang.String message,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
BeanDefinition declaringBean,
java.lang.String fieldName,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
java.lang.String message) |
protected |
DependencyInjectionException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
java.lang.String message,
boolean circular) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
java.lang.String message,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
FieldInjectionPoint fieldInjectionPoint,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
ArgumentConversionContext conversionContext,
java.lang.String property)
Builds an error message for attempted argument conversion on a method.
|
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
Argument argument,
java.lang.String message) |
protected |
DependencyInjectionException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
Argument argument,
java.lang.String message,
boolean circular) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
MethodInjectionPoint methodInjectionPoint,
Argument argument,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
java.lang.String message) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
java.lang.String message,
java.lang.Throwable cause) |
|
DependencyInjectionException(BeanResolutionContext resolutionContext,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static DependencyInjectionException |
missingProperty(BeanResolutionContext resolutionContext,
ArgumentConversionContext conversionContext,
java.lang.String property)
Builds an error message for attempted argument conversion on a method.
|
getRootBeanType
public DependencyInjectionException(BeanResolutionContext resolutionContext, java.lang.Throwable cause)
resolutionContext
- The resolution contextcause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, Argument argument, java.lang.Throwable cause)
resolutionContext
- The resolution contextargument
- The argumentcause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, java.lang.String message, java.lang.Throwable cause)
resolutionContext
- The resolution contextmessage
- The messagecause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, java.lang.String message)
resolutionContext
- The resolution contextmessage
- The messagepublic DependencyInjectionException(BeanResolutionContext resolutionContext, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextargument
- The argumentmessage
- The messagepublic DependencyInjectionException(BeanResolutionContext resolutionContext, FieldInjectionPoint fieldInjectionPoint, java.lang.Throwable cause)
resolutionContext
- The resolution contextfieldInjectionPoint
- The field injection pointcause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringBean, java.lang.String fieldName, java.lang.Throwable cause)
resolutionContext
- The resolution contextdeclaringBean
- The declaring typefieldName
- The field namecause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, FieldInjectionPoint fieldInjectionPoint, java.lang.String message)
resolutionContext
- The resolution contextfieldInjectionPoint
- The field injection pointmessage
- The messagepublic DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringBean, java.lang.String fieldName, java.lang.String message)
resolutionContext
- The resolution contextdeclaringBean
- The declaring beanfieldName
- The field namemessage
- The messagepublic DependencyInjectionException(BeanResolutionContext resolutionContext, FieldInjectionPoint fieldInjectionPoint, java.lang.String message, java.lang.Throwable cause)
resolutionContext
- The resolution contextfieldInjectionPoint
- The field injection pointmessage
- The messagecause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringBean, java.lang.String fieldName, java.lang.String message, java.lang.Throwable cause)
resolutionContext
- The resolution contextdeclaringBean
- The declaring beanfieldName
- The field namemessage
- The messagecause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, MethodInjectionPoint methodInjectionPoint, Argument argument, java.lang.Throwable cause)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointargument
- The argumentcause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, java.lang.String methodName, Argument argument, java.lang.Throwable cause)
resolutionContext
- The resolution contextdeclaringType
- The declaring typemethodName
- The method nameargument
- The argumentcause
- The throwablepublic DependencyInjectionException(BeanResolutionContext resolutionContext, MethodInjectionPoint methodInjectionPoint, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointargument
- The argumentmessage
- The messagepublic DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, java.lang.String methodName, Argument argument, java.lang.String message)
resolutionContext
- The resolution contextdeclaringType
- The declaring typemethodName
- The method nameargument
- The argumentmessage
- The messagepublic DependencyInjectionException(BeanResolutionContext resolutionContext, ArgumentConversionContext argumentConversionContext, java.lang.String property)
resolutionContext
- The resolution contextargumentConversionContext
- The argument conversion contextproperty
- The property being resolvedpublic DependencyInjectionException(BeanResolutionContext resolutionContext, MethodInjectionPoint methodInjectionPoint, ArgumentConversionContext conversionContext, java.lang.String property)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointconversionContext
- The conversion contextproperty
- The property being resolvedpublic DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringBean, java.lang.String methodName, ArgumentConversionContext conversionContext, java.lang.String property)
resolutionContext
- The resolution contextdeclaringBean
- The declaring beanmethodName
- The method nameconversionContext
- The conversion contextproperty
- The property being resolvedprotected DependencyInjectionException(BeanResolutionContext resolutionContext, MethodInjectionPoint methodInjectionPoint, Argument argument, java.lang.String message, boolean circular)
resolutionContext
- The resolution contextmethodInjectionPoint
- The method injection pointargument
- The argumentmessage
- The messagecircular
- Is the path circularprotected DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, java.lang.String methodName, Argument argument, java.lang.String message, boolean circular)
resolutionContext
- The resolution contextdeclaringType
- The method declaring typemethodName
- The method nameargument
- The argumentmessage
- The messagecircular
- Is the path circularprotected DependencyInjectionException(BeanResolutionContext resolutionContext, FieldInjectionPoint fieldInjectionPoint, java.lang.String message, boolean circular)
resolutionContext
- The resolution contextfieldInjectionPoint
- The field injection pointmessage
- The messagecircular
- Is the path circularprotected DependencyInjectionException(BeanResolutionContext resolutionContext, BeanDefinition declaringType, java.lang.String fieldName, java.lang.String message, boolean circular)
resolutionContext
- The resolution contextdeclaringType
- The field declaringTypefieldName
- The field namemessage
- The messagecircular
- Is the path circularprotected DependencyInjectionException(BeanResolutionContext resolutionContext, Argument argument, java.lang.String message, boolean circular)
resolutionContext
- The resolution contextargument
- The argumentmessage
- The messagecircular
- Is the path circularpublic static DependencyInjectionException missingProperty(BeanResolutionContext resolutionContext, ArgumentConversionContext conversionContext, java.lang.String property)
resolutionContext
- The resolution contextconversionContext
- The conversion contextproperty
- The property being resolvedDependencyInjectionException