|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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
Exception thrown if a bean factory could not be loaded by a bootstrap class.
| Constructor Summary | |
|---|---|
BootstrapException(java.lang.String msg)
Create a new BootstrapException with the specified message. |
|
BootstrapException(java.lang.String msg,
java.lang.Throwable cause)
Create a new BootstrapException with the specified message and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.beans.BeansException |
|---|
equals, hashCode |
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapException(java.lang.String msg)
msg - the detail message
public BootstrapException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||