Class SiddhiParserException

  • All Implemented Interfaces:
    io.siddhi.query.api.exception.SiddhiAppContextException, Serializable

    public class SiddhiParserException
    extends RuntimeException
    implements io.siddhi.query.api.exception.SiddhiAppContextException
    Exception thrown when passer errors occur in siddhi
    See Also:
    Serialized Form
    • Constructor Detail

      • SiddhiParserException

        public SiddhiParserException​(String message)
      • SiddhiParserException

        public SiddhiParserException​(String message,
                                     Throwable throwable)
      • SiddhiParserException

        public SiddhiParserException​(Throwable throwable)
      • SiddhiParserException

        public SiddhiParserException​(String message,
                                     int[] queryContextStartIndex,
                                     int[] queryContextEndIndex,
                                     String siddhiAppName,
                                     String siddhiAppString)
      • SiddhiParserException

        public SiddhiParserException​(String message,
                                     Throwable throwable,
                                     int[] queryContextStartIndex,
                                     int[] queryContextEndIndex)
      • SiddhiParserException

        public SiddhiParserException​(String message,
                                     int[] queryContextStartIndex,
                                     int[] queryContextEndIndex)
      • SiddhiParserException

        public SiddhiParserException​(String message,
                                     Throwable throwable,
                                     int[] queryContextStartIndex,
                                     int[] queryContextEndIndex,
                                     String siddhiAppName,
                                     String siddhiAppString)
    • Method Detail

      • setQueryContextIndexIfAbsent

        public void setQueryContextIndexIfAbsent​(int[] queryContextStartIndex,
                                                 int[] queryContextEndIndex,
                                                 String siddhiAppName,
                                                 String siddhiAppString)
        Specified by:
        setQueryContextIndexIfAbsent in interface io.siddhi.query.api.exception.SiddhiAppContextException
      • getQueryContextStartIndex

        public int[] getQueryContextStartIndex()
        Specified by:
        getQueryContextStartIndex in interface io.siddhi.query.api.exception.SiddhiAppContextException
      • getQueryContextEndIndex

        public int[] getQueryContextEndIndex()
        Specified by:
        getQueryContextEndIndex in interface io.siddhi.query.api.exception.SiddhiAppContextException
      • getMessageWithOutContext

        public String getMessageWithOutContext()
        Specified by:
        getMessageWithOutContext in interface io.siddhi.query.api.exception.SiddhiAppContextException