org.apache.xbean.recipe
Class NoSuchObjectException

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

public class NoSuchObjectException
extends ConstructionException

See Also:
Serialized Form

Constructor Summary
NoSuchObjectException(String name)
           
NoSuchObjectException(Throwable cause, String name)
           
 
Method Summary
 String getName()
           
 
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

NoSuchObjectException

public NoSuchObjectException(String name)

NoSuchObjectException

public NoSuchObjectException(Throwable cause,
                             String name)
Method Detail

getName

public String getName()


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