Save This Page
Home » spring-framework-2.5.4 » org.springframework » beans » [javadoc | source]
org.springframework.beans
public class: FatalBeanException [javadoc | source]
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:
    XmlBeanDefinitionStoreException, ApplicationContextException, UnsatisfiedDependencyException, BeanDefinitionStoreException, BeanCreationNotAllowedException, FactoryBeanNotInitializedException, NotReadablePropertyException, CannotLoadBeanClassException, BeanInstantiationException, BeanDefinitionParsingException, NotWritablePropertyException, BeanIsAbstractException, BeanCreationException, BootstrapException, BeanDefinitionValidationException, BeanCurrentlyInCreationException, NullValueInNestedPathException, BeanInitializationException, InvalidPropertyException

Thrown on an unrecoverable problem encountered in the beans packages or sub-packages, e.g. bad class or field.
Constructor:
 public FatalBeanException(String msg) 
    Create a new FatalBeanException with the specified message.
    Parameters:
    msg - the detail message
 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
Methods from org.springframework.core.NestedRuntimeException:
contains,   getMessage,   getMostSpecificCause,   getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait