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,
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) |
getRootBeanTypepublic DependencyInjectionException(BeanResolutionContext resolutionContext, Argument argument, java.lang.Throwable cause)
resolutionContext - The resolution contextargument - The argumentcause - The throwablepublic 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, FieldInjectionPoint fieldInjectionPoint, java.lang.String message)
resolutionContext - The resolution contextfieldInjectionPoint - The field injection pointmessage - 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, MethodInjectionPoint methodInjectionPoint, Argument argument, java.lang.Throwable cause)
resolutionContext - The resolution contextmethodInjectionPoint - The method injection pointargument - 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, 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 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, 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, Argument argument, java.lang.String message, boolean circular)
resolutionContext - The resolution contextargument - The argumentmessage - The messagecircular - Is the path circular