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
- 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-Dec-02
- Author:
- Rod Johnson
- See Also:
- Serialized Form
BootstrapException
public BootstrapException(String msg)
BootstrapException
public BootstrapException(String msg,
Throwable ex)
Copyright (C) 2003-2004 The Spring Framework Project.