Class SimpleIllegalSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.ExpressionIllegalSyntaxException
org.apache.camel.language.simple.types.SimpleIllegalSyntaxException
All Implemented Interfaces:
Serializable

public class SimpleIllegalSyntaxException extends org.apache.camel.ExpressionIllegalSyntaxException
Syntax error in the simple language expression.
See Also:
  • Constructor Details

    • SimpleIllegalSyntaxException

      public SimpleIllegalSyntaxException(String expression, int index, String message)
    • SimpleIllegalSyntaxException

      public SimpleIllegalSyntaxException(String expression, int index, String message, Throwable cause)
  • Method Details

    • getIndex

      public int getIndex()
      Index where the parsing error occurred
      Returns:
      index of the parsing error in the input, returns -1 if the cause of the problem is not applicable to specific index in the input
    • getShortMessage

      public String getShortMessage()
      Gets a short error message.
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable