public class SiddhiAppCreationException extends RuntimeException implements io.siddhi.query.api.exception.SiddhiAppContextException
SiddhiApp
Constructor and Description |
---|
SiddhiAppCreationException(String message) |
SiddhiAppCreationException(String message,
boolean isClassLoadingIssue) |
SiddhiAppCreationException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
SiddhiAppCreationException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
SiddhiAppCreationException(String message,
io.siddhi.query.api.SiddhiElement siddhiElement,
SiddhiAppContext siddhiAppContext) |
SiddhiAppCreationException(String message,
Throwable throwable) |
SiddhiAppCreationException(String message,
Throwable throwable,
boolean isClassLoadingIssue) |
SiddhiAppCreationException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
SiddhiAppCreationException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
SiddhiAppContext siddhiAppContext) |
SiddhiAppCreationException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
SiddhiAppCreationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getMessageWithOutContext() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
boolean |
isClassLoadingIssue() |
void |
setQueryContextIndexIfAbsent(int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SiddhiAppCreationException(String message, boolean isClassLoadingIssue)
public SiddhiAppCreationException(String message, Throwable throwable, boolean isClassLoadingIssue)
public SiddhiAppCreationException(String message)
public SiddhiAppCreationException(Throwable throwable)
public SiddhiAppCreationException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
public SiddhiAppCreationException(String message, io.siddhi.query.api.SiddhiElement siddhiElement, SiddhiAppContext siddhiAppContext)
public SiddhiAppCreationException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex)
public SiddhiAppCreationException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)
public SiddhiAppCreationException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex, SiddhiAppContext siddhiAppContext)
public boolean isClassLoadingIssue()
public void setQueryContextIndexIfAbsent(int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
setQueryContextIndexIfAbsent
in interface io.siddhi.query.api.exception.SiddhiAppContextException
public int[] getQueryContextStartIndex()
getQueryContextStartIndex
in interface io.siddhi.query.api.exception.SiddhiAppContextException
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface io.siddhi.query.api.exception.SiddhiAppContextException
public String getMessageWithOutContext()
getMessageWithOutContext
in interface io.siddhi.query.api.exception.SiddhiAppContextException
public String getMessage()
getMessage
in class Throwable
Copyright © 2021. All rights reserved.