Package io.siddhi.core.exception
Class OnDemandQueryRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.StoreQueryRuntimeException
-
- io.siddhi.core.exception.OnDemandQueryRuntimeException
-
- All Implemented Interfaces:
Serializable
public class OnDemandQueryRuntimeException extends StoreQueryRuntimeException
Exception class to be used when an error occurs while creatingSiddhiApp- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OnDemandQueryRuntimeException()OnDemandQueryRuntimeException(String message)OnDemandQueryRuntimeException(String message, boolean isClassLoadingIssue)OnDemandQueryRuntimeException(String message, Throwable throwable)OnDemandQueryRuntimeException(String message, Throwable throwable, boolean isClassLoadingIssue)OnDemandQueryRuntimeException(Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisClassLoadingIssue()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OnDemandQueryRuntimeException
public OnDemandQueryRuntimeException()
-
OnDemandQueryRuntimeException
public OnDemandQueryRuntimeException(String message)
-
OnDemandQueryRuntimeException
public OnDemandQueryRuntimeException(String message, boolean isClassLoadingIssue)
-
OnDemandQueryRuntimeException
public OnDemandQueryRuntimeException(String message, Throwable throwable)
-
OnDemandQueryRuntimeException
public OnDemandQueryRuntimeException(Throwable throwable)
-
-
Method Detail
-
isClassLoadingIssue
public boolean isClassLoadingIssue()
- Specified by:
isClassLoadingIssuein classStoreQueryRuntimeException
-
-