org.apache.camel
Class ExpressionIllegalSyntaxException

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.ExpressionIllegalSyntaxException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SimpleIllegalSyntaxException

public class ExpressionIllegalSyntaxException
extends RuntimeCamelException

An exception thrown if the expression contains illegal syntax.

Version:
See Also:
Serialized Form

Constructor Summary
ExpressionIllegalSyntaxException(String expression)
           
ExpressionIllegalSyntaxException(String expression, Throwable cause)
           
 
Method Summary
 String 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

ExpressionIllegalSyntaxException

public ExpressionIllegalSyntaxException(String expression)

ExpressionIllegalSyntaxException

public ExpressionIllegalSyntaxException(String expression,
                                        Throwable cause)
Method Detail

getExpression

public String getExpression()


Apache CAMEL