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