Package org.apache.xbean.recipe
Class MissingFactoryMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.xbean.recipe.ConstructionException
-
- org.apache.xbean.recipe.MissingFactoryMethodException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingFactoryMethodException extends ConstructionException
- Version:
- $Rev$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingFactoryMethodException(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
-
-