org.apache.camel
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.ExpressionEvaluationException
All Implemented Interfaces:
Serializable

public class ExpressionEvaluationException
extends RuntimeCamelException

An exception thrown if evaluation of the expression failed.

Version:
See Also:
Serialized Form

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

ExpressionEvaluationException

public ExpressionEvaluationException(Expression expression,
                                     String message,
                                     Exchange exchange,
                                     Throwable cause)
Method Detail

getExpression

public Expression getExpression()

getExchange

public Exchange getExchange()


Apache CAMEL