public class ExtensionNotFoundException extends SiddhiAppCreationException
| Constructor and Description |
|---|
ExtensionNotFoundException(String message) |
ExtensionNotFoundException(String message,
boolean isClassLoadingIssue) |
ExtensionNotFoundException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
ExtensionNotFoundException(String message,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
ExtensionNotFoundException(String message,
io.siddhi.query.api.SiddhiElement siddhiElement,
SiddhiAppContext siddhiAppContext) |
ExtensionNotFoundException(String message,
Throwable throwable) |
ExtensionNotFoundException(String message,
Throwable throwable,
boolean isClassLoadingIssue) |
ExtensionNotFoundException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex) |
ExtensionNotFoundException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
SiddhiAppContext siddhiAppContext) |
ExtensionNotFoundException(String message,
Throwable throwable,
int[] queryContextStartIndex,
int[] queryContextEndIndex,
String siddhiAppName,
String siddhiAppString) |
ExtensionNotFoundException(Throwable throwable) |
getMessage, getMessageWithOutContext, getQueryContextEndIndex, getQueryContextStartIndex, isClassLoadingIssue, setQueryContextIndexIfAbsentaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExtensionNotFoundException(String message, boolean isClassLoadingIssue)
public ExtensionNotFoundException(String message, Throwable throwable, boolean isClassLoadingIssue)
public ExtensionNotFoundException(String message)
public ExtensionNotFoundException(Throwable throwable)
public ExtensionNotFoundException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
public ExtensionNotFoundException(String message, io.siddhi.query.api.SiddhiElement siddhiElement, SiddhiAppContext siddhiAppContext)
public ExtensionNotFoundException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex)
public ExtensionNotFoundException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)
public ExtensionNotFoundException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex, SiddhiAppContext siddhiAppContext)
Copyright © 2022. All rights reserved.