Package io.siddhi.core.exception
Class ExtensionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.SiddhiAppCreationException
-
- io.siddhi.core.exception.ExtensionNotFoundException
-
- All Implemented Interfaces:
io.siddhi.query.api.exception.SiddhiAppContextException,Serializable
public class ExtensionNotFoundException extends SiddhiAppCreationException
This exception can be thrown when an extension is not found. E.g. The class loader cannot find it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
-
Methods inherited from class io.siddhi.core.exception.SiddhiAppCreationException
getMessage, getMessageWithOutContext, getQueryContextEndIndex, getQueryContextStartIndex, isClassLoadingIssue, setQueryContextIndexIfAbsent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, boolean isClassLoadingIssue)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, Throwable throwable, boolean isClassLoadingIssue)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message)
-
ExtensionNotFoundException
public ExtensionNotFoundException(Throwable throwable)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, io.siddhi.query.api.SiddhiElement siddhiElement, SiddhiAppContext siddhiAppContext)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)
-
ExtensionNotFoundException
public ExtensionNotFoundException(String message, Throwable throwable, int[] queryContextStartIndex, int[] queryContextEndIndex, SiddhiAppContext siddhiAppContext)
-
-