AnnotationArgumentExtractionException
class AnnotationArgumentExtractionException(val parameter: AnnotationParameter<*>, val rawValue: String, cause: Throwable) : IllegalArgumentException(source)
An error extracting an AnnotationArgument for a parameter from the raw value.