| org.springframework.beans.BeansException org.springframework.beans.FatalBeanException
All known Subclasses: org.springframework.beans.factory.CannotLoadBeanClassException, org.springframework.beans.factory.support.BeanDefinitionValidationException, org.springframework.beans.factory.BeanDefinitionStoreException, org.springframework.beans.factory.BeanCreationException, org.springframework.beans.InvalidPropertyException, org.springframework.beans.factory.FactoryBeanNotInitializedException, org.springframework.beans.factory.access.BootstrapException, org.springframework.beans.BeanInstantiationException, org.springframework.beans.factory.BeanInitializationException, org.springframework.context.ApplicationContextException,
FatalBeanException | public class FatalBeanException extends BeansException (Code) | | Thrown on an unrecoverable problem encountered in the
beans packages or sub-packages, e.g. bad class or field.
author: Rod Johnson |
FatalBeanException | public FatalBeanException(String msg)(Code) | | Create a new FatalBeanException with the specified message.
Parameters: msg - the detail message |
FatalBeanException | public FatalBeanException(String msg, Throwable cause)(Code) | | Create a new FatalBeanException with the specified message
and root cause.
Parameters: msg - the detail message Parameters: cause - the root cause |
|
|