org.mule.api.expression
Class InvalidExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mule.api.MuleRuntimeException
                  extended by org.mule.api.expression.ExpressionRuntimeException
                      extended by 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

Constructor Summary
InvalidExpressionException(String expression, String message)
           
 
Method Summary
 String getExpression()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidExpressionException

public InvalidExpressionException(String expression,
                                  String message)
Method Detail

getExpression

public String getExpression()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.