org.wamblee.general
Class BeanFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.wamblee.general.BeanFactoryException
All Implemented Interfaces:
java.io.Serializable

public class BeanFactoryException
extends java.lang.RuntimeException

Exception thrown by the BeanFactory if an object could not be found.

Author:
Erik Brakkee
See Also:
Serialized Form

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

BeanFactoryException

public BeanFactoryException(java.lang.String aMsg)
Constructs the exception.

Parameters:
aMsg - Message.

BeanFactoryException

public BeanFactoryException(java.lang.String aMsg,
                            java.lang.Throwable aThrowable)
Constructs the exception.

Parameters:
aMsg - Message.
aThrowable - Cause of the exception.


Copyright © 2010. All Rights Reserved.