Class SimpleParserException

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

public class SimpleParserException extends org.apache.camel.RuntimeCamelException
Holds information about error parsing the simple expression at a given location in the input.
See Also:
  • Constructor Details

    • SimpleParserException

      public SimpleParserException(String message, int index)
  • Method Details

    • getIndex

      public int getIndex()
      Index where the parsing error occurred
      Returns:
      index of the parsing error in the input