The Spring Framework

org.springframework.beans.factory.access
Class BootstrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.springframework.beans.FatalBeanException
                          extended by org.springframework.beans.factory.access.BootstrapException
All Implemented Interfaces:
Serializable

public class BootstrapException
extends FatalBeanException

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

Since:
02.12.2002
Author:
Rod Johnson
See Also:
Serialized Form

Constructor Summary
BootstrapException(String msg)
          Create a new BootstrapException with the specified message.
BootstrapException(String msg, Throwable cause)
          Create a new BootstrapException with the specified message and root cause.
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, 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

BootstrapException

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

Parameters:
msg - the detail message

BootstrapException

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

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

The Spring Framework

Copyright © 2002-2007 The Spring Framework.