RuleNotFoundException

Indicates that a rule was configured for a module, but was not found. This will cause the module feature (collection/dispatching etc) not to happen.

Constructors

Link copied to clipboard
constructor(ruleId: String, moduleId: String, cause: Throwable? = null)
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?