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) {
super(msg);
}
Create a new FatalBeanException with the specified message. Parameters:
msg - the detail message
|
public FatalBeanException(String msg,
Throwable cause) {
super(msg, cause);
}
Create a new FatalBeanException with the specified message
and root cause. Parameters:
msg - the detail message
cause - the root cause
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |