koin-core / org.koin.core.error

Package org.koin.core.error

Exceptions

BadScopeInstanceException

class BadScopeInstanceException : Exception

ClosedScopeException

class ClosedScopeException : Exception

DefinitionOverrideException

Definition Override Error

class DefinitionOverrideException : Exception

DefinitionParameterException

class DefinitionParameterException : Exception

InstanceCreationException

Instance creation error

class InstanceCreationException : Exception

KoinAppAlreadyStartedException

Koin standalone app is already started error

class KoinAppAlreadyStartedException : Exception

MissingPropertyException

Missing property error

class MissingPropertyException : Exception

NoBeanDefFoundException

Definition

class NoBeanDefFoundException : Exception

NoParameterFoundException

No parameter injection found error

class NoParameterFoundException : Exception

NoPropertyFileFoundException

No property file found errpr

class NoPropertyFileFoundException : Exception

NoScopeDefFoundException

class NoScopeDefFoundException : Exception

ScopeAlreadyCreatedException

class ScopeAlreadyCreatedException : Exception

ScopeNotCreatedException

Scope is not created error

class ScopeNotCreatedException : Exception