Package org.apache.camel.language.joor
Class JoorExpressionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.camel.RuntimeCamelException
-
- org.apache.camel.ExpressionEvaluationException
-
- org.apache.camel.language.joor.JoorExpressionEvaluationException
-
- All Implemented Interfaces:
Serializable
public class JoorExpressionEvaluationException extends org.apache.camel.ExpressionEvaluationException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JoorExpressionEvaluationException(org.apache.camel.Expression expression, String className, String code, org.apache.camel.Exchange exchange, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
String
getCode()
-
Methods inherited from class org.apache.camel.ExpressionEvaluationException
getExchange, getExpression
-
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-