public class SiddhiAppValidationException extends RuntimeException implements SiddhiAppContextException
| Constructor and Description |
|---|
SiddhiAppValidationException(String message) |
SiddhiAppValidationException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
SiddhiAppValidationException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
SiddhiAppValidationException(String message,
Throwable throwable) |
SiddhiAppValidationException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
SiddhiAppValidationException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
SiddhiAppValidationException(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 SiddhiAppValidationException(String message)
public SiddhiAppValidationException(String message, Throwable throwable)
public SiddhiAppValidationException(Throwable throwable)
public SiddhiAppValidationException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
public SiddhiAppValidationException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex)
public SiddhiAppValidationException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)
public void setQueryContextIndexIfAbsent(int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString)
setQueryContextIndexIfAbsent in interface SiddhiAppContextExceptionpublic int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiAppContextExceptionpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiAppContextExceptionpublic String getMessageWithOutContext()
getMessageWithOutContext in interface SiddhiAppContextExceptionpublic String getMessage()
getMessage in class ThrowableCopyright © 2019. All rights reserved.