org.apache.camel
Class NoSuchBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.camel.RuntimeCamelException
                  extended by org.apache.camel.NoSuchBeanException
All Implemented Interfaces:
Serializable

public class NoSuchBeanException
extends RuntimeCamelException

A runtime exception if a given bean could not be found in the Registry

Version:
$Revision: 630591 $
See Also:
Serialized Form

Constructor Summary
NoSuchBeanException(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NoSuchBeanException

public NoSuchBeanException(String name)
Method Detail

getName

public String getName()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.