类的使用
org.springframework.beans.FatalBeanException
使用FatalBeanException的程序包 程序包 说明 org.springframework.beans This package contains interfaces and classes for manipulating Java beans.org.springframework.beans.factory The core package implementing Spring's lightweight Inversion of Control (IoC) container.org.springframework.beans.factory.parsing Support infrastructure for bean definition parsing.org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.beans.factory.xml Contains an abstract XML-basedBeanFactoryimplementation, including a standard "spring-beans" XSD.org.springframework.context This package builds on the beans package to add support for message sources and for the Observer design pattern, and the ability for application objects to obtain resources using a consistent API.org.springframework.beans中FatalBeanException的使用
org.springframework.beans中FatalBeanException的子类 修饰符和类型 类 说明 classBeanInstantiationExceptionException thrown when instantiation of a bean failed.classInvalidPropertyExceptionException thrown when referring to an invalid bean property.classNotReadablePropertyExceptionException thrown on an attempt to get the value of a property that isn't readable, because there's no getter method.classNotWritablePropertyExceptionException thrown on an attempt to set the value of a property that is not writable (typically because there is no setter method).classNullValueInNestedPathExceptionException thrown when navigation of a valid nested property path encounters a NullPointerException.org.springframework.beans.factory中FatalBeanException的使用
org.springframework.beans.factory中FatalBeanException的子类 修饰符和类型 类 说明 classBeanCreationExceptionException thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition.classBeanCreationNotAllowedExceptionException thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).classBeanCurrentlyInCreationExceptionException thrown in case of a reference to a bean that's currently in creation.classBeanDefinitionStoreExceptionException thrown when a BeanFactory encounters an invalid bean definition: e.g. in case of incomplete or contradictory bean metadata.classBeanExpressionExceptionException that indicates an expression evaluation attempt having failed.classBeanInitializationExceptionException that a bean implementation is suggested to throw if its own factory-aware initialization code fails.classBeanIsAbstractExceptionException thrown when a bean instance has been requested for a bean definition which has been marked as abstract.classCannotLoadBeanClassExceptionException thrown when the BeanFactory cannot load the specified class of a given bean.classFactoryBeanNotInitializedExceptionException to be thrown from a FactoryBean'sgetObject()method if the bean is not fully initialized yet, for example because it is involved in a circular reference.classUnsatisfiedDependencyExceptionException thrown when a bean depends on other beans or simple properties that were not specified in the bean factory definition, although dependency checking was enabled.org.springframework.beans.factory.parsing中FatalBeanException的使用
org.springframework.beans.factory.parsing中FatalBeanException的子类 修饰符和类型 类 说明 classBeanDefinitionParsingExceptionException thrown when a bean definition reader encounters an error during the parsing process.org.springframework.beans.factory.support中FatalBeanException的使用
org.springframework.beans.factory.support中FatalBeanException的子类 修饰符和类型 类 说明 classBeanDefinitionOverrideExceptionSubclass ofBeanDefinitionStoreExceptionindicating an invalid override attempt: typically registering a new definition for the same bean name whileDefaultListableBeanFactory.isAllowBeanDefinitionOverriding()isfalse.classBeanDefinitionValidationExceptionException thrown when the validation of a bean definition failed.org.springframework.beans.factory.xml中FatalBeanException的使用
org.springframework.beans.factory.xml中FatalBeanException的子类 修饰符和类型 类 说明 classXmlBeanDefinitionStoreExceptionXML-specific BeanDefinitionStoreException subclass that wraps aSAXException, typically aSAXParseExceptionwhich contains information about the error location.org.springframework.context中FatalBeanException的使用
org.springframework.context中FatalBeanException的子类 修饰符和类型 类 说明 classApplicationContextExceptionException thrown during application context initialization.