AnnotationArgumentNotPresent

class AnnotationArgumentNotPresent(annotation: KClass<*>, argumentName: String) : RuntimeException

Exception thrown when a required annotation argument is not present.

Parameters

annotation

The type of the annotation.

argumentName

The name of the missing argument.

Constructors

Link copied to clipboard
constructor(annotation: KClass<*>, argumentName: String)

Properties

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