org.apache.xbean.recipe
Class MissingFactoryMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.xbean.recipe.ConstructionException
                  extended by org.apache.xbean.recipe.MissingFactoryMethodException
All Implemented Interfaces:
Serializable

public class MissingFactoryMethodException
extends ConstructionException

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
MissingFactoryMethodException(String message)
           
 
Method Summary
 
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingFactoryMethodException

public MissingFactoryMethodException(String message)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.