open class WinterException : Exception
Base exception class of all exception thrown by Winter.
WinterException(message: String?, cause: Throwable? = null)
Base exception class of all exception thrown by Winter. |
class CyclicDependencyException : WinterException
Exception that is thrown when a cyclic dependency was detected. |
|
class DependencyResolutionException : WinterException
Exception that is thrown when an error occurs during dependency resolution. |
|
class EntryNotFoundException : WinterException
Exception that is thrown when a component entry or graph was not found but was requested as non-optional. |