Package io.siddhi.query.api.exception
Interface SiddhiAppContextException
-
- All Known Implementing Classes:
AttributeNotExistException,DuplicateAnnotationException,DuplicateAttributeException,DuplicateDefinitionException,SiddhiAppValidationException,UnsupportedAttributeTypeException
public interface SiddhiAppContextExceptionException for considering context while throwing extensions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessageWithOutContext()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()voidsetQueryContextIndexIfAbsent(int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
-
-
-
Method Detail
-
setQueryContextIndexIfAbsent
void setQueryContextIndexIfAbsent(int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
-
getQueryContextStartIndex
int[] getQueryContextStartIndex()
-
getQueryContextEndIndex
int[] getQueryContextEndIndex()
-
getMessageWithOutContext
String getMessageWithOutContext()
-
-