Package io.siddhi.query.api.exception
Class UnsupportedAttributeTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.query.api.exception.SiddhiAppValidationException
-
- io.siddhi.query.api.exception.UnsupportedAttributeTypeException
-
- All Implemented Interfaces:
SiddhiAppContextException,Serializable
public class UnsupportedAttributeTypeException extends SiddhiAppValidationException
Exception thrown when unsupported attribute type assigned to an attribute- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedAttributeTypeException(String message)
-
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
-
UnsupportedAttributeTypeException
public UnsupportedAttributeTypeException(String message)
-
-