Package org.apache.xbean.recipe
Class NoSuchObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.xbean.recipe.ConstructionException
-
- org.apache.xbean.recipe.NoSuchObjectException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchObjectException extends ConstructionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description NoSuchObjectException(java.lang.String name)
NoSuchObjectException(java.lang.Throwable cause, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
-
-