NotMappedException

class NotMappedException(val clazz: KClass<*>, val requestedByClass: KClass<*>, val ctx: Injector.RequestContext, val msg: String = "Not mapped ") : RuntimeException

Constructors

Link copied to clipboard
constructor(clazz: KClass<*>, requestedByClass: KClass<*>, ctx: Injector.RequestContext, msg: String = "Not mapped ")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val clazz: KClass<*>
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
val msg: String
Link copied to clipboard