org.wamblee.ioc
Class BeanFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wamblee.ioc.BeanFactoryException
- All Implemented Interfaces:
- Serializable
public class BeanFactoryException
- extends RuntimeException
Exception thrown by the BeanFactory if an object could not be found.
- Author:
- Erik Brakkee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanFactoryException
public BeanFactoryException(String aMsg)
- Constructs the exception.
- Parameters:
aMsg - Message.
BeanFactoryException
public BeanFactoryException(String aMsg,
Throwable aThrowable)
- Constructs the exception.
- Parameters:
aMsg - Message.aThrowable - Cause of the exception.
Copyright © 2011. All Rights Reserved.