Class FatalBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.FatalBeanException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ApplicationContextException, BeanCreationException, BeanDefinitionStoreException, BeanDefinitionValidationException, BeanExpressionException, BeanInitializationException, BeanInstantiationException, CannotLoadBeanClassException, FactoryBeanNotInitializedException, InvalidPropertyException
Thrown on an unrecoverable problem encountered in the
beans packages or sub-packages, for example, bad class or field.
- Author:
- Rod Johnson
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFatalBeanException(String msg) Create a new FatalBeanException with the specified message.FatalBeanException(String msg, @Nullable Throwable cause) Create a new FatalBeanException with the specified message and root cause.
- 
Method SummaryMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FatalBeanExceptionCreate a new FatalBeanException with the specified message.- Parameters:
- msg- the detail message
 
- 
FatalBeanException
 
-