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, toString
public 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 SiddhiAppContextException
public int[] getQueryContextStartIndex()
getQueryContextStartIndex
in interface SiddhiAppContextException
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface SiddhiAppContextException
public String getMessageWithOutContext()
getMessageWithOutContext
in interface SiddhiAppContextException
public String getMessage()
getMessage
in class Throwable
Copyright © 2018 WSO2. All rights reserved.