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