public class AnnotationConfigurationException extends NestedRuntimeException
AnnotationUtils and synthesized annotations
if an annotation is improperly configured.AnnotationUtils,
SynthesizedAnnotation,
序列化表格| 构造器和说明 |
|---|
AnnotationConfigurationException(String message)
Construct a new
AnnotationConfigurationException with the
supplied message. |
AnnotationConfigurationException(String message,
Throwable cause)
Construct a new
AnnotationConfigurationException with the
supplied message and cause. |
contains, getMessage, getMostSpecificCause, getRootCausepublic AnnotationConfigurationException(String message)
AnnotationConfigurationException with the
supplied message.message - the detail messageCopyright © 2020. All rights reserved.