org.apache.camel.language
Class ExpressionEvaluationException

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

public class ExpressionEvaluationException
extends RuntimeCamelException

An exception thrown if evaluation of the expression failed.

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

Constructor Summary
ExpressionEvaluationException(Expression<Exchange> expression, Exchange exchange, Throwable cause)
           
 
Method Summary
 Exchange getExchange()
           
 Expression<Exchange> getExpression()
           
 
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

ExpressionEvaluationException

public ExpressionEvaluationException(Expression<Exchange> expression,
                                     Exchange exchange,
                                     Throwable cause)
Method Detail

getExpression

public Expression<Exchange> getExpression()

getExchange

public Exchange getExchange()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.