Package io.siddhi.core.exception
Class YAMLConfigManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.siddhi.core.exception.YAMLConfigManagerException
-
- All Implemented Interfaces:
Serializable
public class YAMLConfigManagerException extends RuntimeException
Exception class to be used when non-existence definition is requested.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YAMLConfigManagerException()YAMLConfigManagerException(String message)YAMLConfigManagerException(String message, Throwable throwable)YAMLConfigManagerException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-