org.apache.camel.language.bean
Class RuntimeBeanExpressionException

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.RuntimeExpressionException
                      extended by org.apache.camel.language.bean.RuntimeBeanExpressionException
All Implemented Interfaces:
Serializable

public class RuntimeBeanExpressionException
extends RuntimeExpressionException

Exception thrown if invocation of bean failed.

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

Constructor Summary
RuntimeBeanExpressionException(Exchange exchange, String bean, String method, Throwable e)
           
 
Method Summary
 String getBean()
           
 Exchange getExchange()
           
 String getMethod()
           
 
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

RuntimeBeanExpressionException

public RuntimeBeanExpressionException(Exchange exchange,
                                      String bean,
                                      String method,
                                      Throwable e)
Method Detail

getBean

public String getBean()

getExchange

public Exchange getExchange()

getMethod

public String getMethod()


Copyright © 2009 IONA Open Source Community. All Rights Reserved.