spring-framework / org.springframework.core.annotation / AnnotationConfigurationException

AnnotationConfigurationException

open class AnnotationConfigurationException : NestedRuntimeException

Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.

Author
Sam Brannen

Since
4.2

See Also
AnnotationUtilsSynthesizedAnnotation

Constructors

<init>

AnnotationConfigurationException(message: String)

Construct a new AnnotationConfigurationException with the supplied message.

AnnotationConfigurationException(message: String, cause: Throwable)

Construct a new AnnotationConfigurationException with the supplied message and cause.