类 AnnotationConfigurationException

所有已实现的接口:
NestedException, Serializable

public class AnnotationConfigurationException extends NestedRuntimeException
Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.
从以下版本开始:
4.0
作者:
Sam Brannen, TODAY 2021/10/19 14:25
另请参阅:
  • 构造器详细资料

    • AnnotationConfigurationException

      public AnnotationConfigurationException(String message)
      Construct a new AnnotationConfigurationException with the supplied message.
      参数:
      message - the detail message
    • AnnotationConfigurationException

      public AnnotationConfigurationException(String message, Throwable cause)
      Construct a new AnnotationConfigurationException with the supplied message and cause.
      参数:
      message - the detail message
      cause - the root cause