Package io.siddhi.query.api.exception
Class DuplicateAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.query.api.exception.SiddhiAppValidationException
-
- io.siddhi.query.api.exception.DuplicateAttributeException
-
- All Implemented Interfaces:
SiddhiAppContextException,Serializable
public class DuplicateAttributeException extends SiddhiAppValidationException
Exception thrown when duplicate attributes are defined- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateAttributeException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)DuplicateAttributeException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
-
Method Summary
-
Methods inherited from class io.siddhi.query.api.exception.SiddhiAppValidationException
getMessage, getMessageWithOutContext, getQueryContextEndIndex, getQueryContextStartIndex, setQueryContextIndexIfAbsent
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateAttributeException
public DuplicateAttributeException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex, String siddhiAppName, String siddhiAppString)
-
DuplicateAttributeException
public DuplicateAttributeException(String message, int[] queryContextStartIndex, int[] queryContextEndIndex)
-
-