org.springframework.beans
Class FatalBeanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.springframework.core.NestedRuntimeException
                  extended byorg.springframework.beans.BeansException
                      extended byorg.springframework.beans.FatalBeanException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationContextException, BeanCreationException, BeanDefinitionStoreException, BeanDefinitionValidationException, BeanInitializationException, BootstrapException, 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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
FatalBeanException(String msg)
          Create a new FatalBeanException with the specified message.
FatalBeanException(String msg, Throwable ex)
          Create a new FatalBeanException with the specified message and root cause.
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FatalBeanException

public FatalBeanException(String msg)
Create a new FatalBeanException with the specified message.

Parameters:
msg - the detail message

FatalBeanException

public FatalBeanException(String msg,
                          Throwable ex)
Create a new FatalBeanException with the specified message and root cause.

Parameters:
msg - the detail message
ex - the root cause


Copyright (C) 2003-2004 The Spring Framework Project.