Class ExpressionEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.ExpressionEvaluationException
- All Implemented Interfaces:
Serializable
An exception thrown if evaluation of the expression failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEvaluationException(@Nullable Expression expression, String message, @Nullable Exchange exchange, @Nullable Throwable cause) ExpressionEvaluationException(@Nullable Expression expression, @Nullable Exchange exchange, @Nullable Throwable cause) -
Method Summary
Methods inherited from class RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionEvaluationException
public ExpressionEvaluationException(@Nullable Expression expression, @Nullable Exchange exchange, @Nullable Throwable cause) - Parameters:
expression- the expression that failed to evaluateexchange- the exchange that caused the errorcause- the cause of the failure
-
ExpressionEvaluationException
public ExpressionEvaluationException(@Nullable Expression expression, String message, @Nullable Exchange exchange, @Nullable Throwable cause) - Parameters:
expression- the expression that failed to evaluatemessage- the detail messageexchange- the exchange that caused the errorcause- the cause of the failure
-
-
Method Details
-
getExpression
-
getExchange
-