org.springframework.beans.factory.access
Class BootstrapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.springframework.core.NestedRuntimeException
                          |
                          +--org.springframework.beans.BeansException
                                |
                                +--org.springframework.beans.FatalBeanException
                                      |
                                      +--org.springframework.beans.factory.access.BootstrapException

public class BootstrapException
extends FatalBeanException

Exception thrown if a bean factory could not be loaded by a bootstrap class.

Author:
Rod Johnson
Since: 02-Dec-02

Constructor Summary
BootstrapException(String msg)
           
BootstrapException(String msg, Throwable ex)
           

Methods inherited from class org.springframework.core.NestedRuntimeException
getCause, getMessage, printStackTrace, printStackTrace

Methods inherited from class java.lang.Throwable
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

BootstrapException

public BootstrapException(String msg)

BootstrapException

public BootstrapException(String msg, Throwable ex)