public class SiddhiParserException extends RuntimeException implements io.siddhi.query.api.exception.SiddhiAppContextException
| Constructor and Description |
|---|
SiddhiParserException(String message) |
SiddhiParserException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
SiddhiParserException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
SiddhiParserException(String message,
Throwable throwable) |
SiddhiParserException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
SiddhiParserException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
SiddhiParserException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getMessageWithOutContext() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
void |
setQueryContextIndexIfAbsent(int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SiddhiParserException(String message)
public SiddhiParserException(Throwable throwable)
public SiddhiParserException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
public SiddhiParserException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex)
public SiddhiParserException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)
public void setQueryContextIndexIfAbsent(int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString)
setQueryContextIndexIfAbsent in interface io.siddhi.query.api.exception.SiddhiAppContextExceptionpublic int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface io.siddhi.query.api.exception.SiddhiAppContextExceptionpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface io.siddhi.query.api.exception.SiddhiAppContextExceptionpublic String getMessageWithOutContext()
getMessageWithOutContext in interface io.siddhi.query.api.exception.SiddhiAppContextExceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2022. All rights reserved.