Class AnnotationConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.annotation.AnnotationConfigurationException
- All Implemented Interfaces:
- Serializable
Thrown by 
AnnotationUtils and synthesized annotations
 if an annotation is improperly configured.- Since:
- 4.2
- Author:
- Sam Brannen
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionAnnotationConfigurationException(String message) Construct a newAnnotationConfigurationExceptionwith the supplied message.AnnotationConfigurationException(String message, Throwable cause) Construct a newAnnotationConfigurationExceptionwith the supplied message and cause.
- 
Method SummaryMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AnnotationConfigurationExceptionConstruct a newAnnotationConfigurationExceptionwith the supplied message.- Parameters:
- message- the detail message
 
- 
AnnotationConfigurationExceptionConstruct a newAnnotationConfigurationExceptionwith the supplied message and cause.- Parameters:
- message- the detail message
- cause- the root cause
 
 
-