org.springframework.beans
Class FatalBeanException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.beans.BeansException
org.springframework.beans.BeansException
                       org.springframework.beans.FatalBeanException
org.springframework.beans.FatalBeanException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- ApplicationContextException, BeanCreationException, BeanDefinitionStoreException, BeanDefinitionValidationException, BeanInitializationException, BeanInstantiationException, BootstrapException, CannotLoadBeanClassException, FactoryBeanNotInitializedException, InvalidPropertyException
- public class FatalBeanException 
- extends BeansException
Thrown on an unrecoverable problem encountered in the
 beans packages or sub-packages, e.g. bad class or field.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
 
 
 
 
 
 
FatalBeanException
public FatalBeanException(String msg)
- Create a new FatalBeanException with the specified message.
 
- Parameters:
- msg- the detail message
 
FatalBeanException
public FatalBeanException(String msg,
                          Throwable cause)
- Create a new FatalBeanException with the specified message
 and root cause.
 
- Parameters:
- msg- the detail message
- cause- the root cause
 
Copyright © 2002-2008 The Spring Framework.