org.mule.api.expression
Class InvalidExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.api.MuleRuntimeException
org.mule.api.expression.ExpressionRuntimeException
org.mule.api.expression.InvalidExpressionException
- All Implemented Interfaces:
- Serializable
public class InvalidExpressionException
- extends ExpressionRuntimeException
Is thrown explicitly when an expression is Malformed or invalid. Malformed means the syntax is not correct, but an
expression can be invalid if it refers to an expression namespace or function that does not exist
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidExpressionException
public InvalidExpressionException(String expression,
String message)
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.