|
||||||||||
| 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.wamblee.general.BeanFactoryException
public class BeanFactoryException
Exception thrown by the BeanFactory if an object could not be found.
| Constructor Summary | |
|---|---|
BeanFactoryException(java.lang.String aMsg)
Constructs the exception. |
|
BeanFactoryException(java.lang.String aMsg,
java.lang.Throwable aThrowable)
Constructs the exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanFactoryException(java.lang.String aMsg)
aMsg - Message.
public BeanFactoryException(java.lang.String aMsg,
java.lang.Throwable aThrowable)
aMsg - Message.aThrowable - Cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||