Class 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:
    Serialized Form
    • Constructor Detail

      • SimpleParserException

        public SimpleParserException​(String message,
                                     int index)
    • Method Detail

      • getIndex

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