org.apache.xbean.recipe
Class MissingAccessorException

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.MissingAccessorException
All Implemented Interfaces:
Serializable

public class MissingAccessorException
extends ConstructionException

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

Constructor Summary
MissingAccessorException(String message, int matchLevel)
           
 
Method Summary
 int getMatchLevel()
           
 
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

MissingAccessorException

public MissingAccessorException(String message,
                                int matchLevel)
Method Detail

getMatchLevel

public int getMatchLevel()


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