winter / io.jentz.winter / WinterException

WinterException

open class WinterException : Exception

Base exception class of all exception thrown by Winter.

Constructors

<init>

WinterException(message: String?, cause: Throwable? = null)

Base exception class of all exception thrown by Winter.

Inheritors

CyclicDependencyException

class CyclicDependencyException : WinterException

Exception that is thrown when a cyclic dependency was detected.

DependencyResolutionException

class DependencyResolutionException : WinterException

Exception that is thrown when an error occurs during dependency resolution.

EntryNotFoundException

class EntryNotFoundException : WinterException

Exception that is thrown when a component entry or graph was not found but was requested as non-optional.