Class DuplicateAnnotationException

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static DuplicateAnnotationException build​(java.lang.Class<?> pojo, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, java.lang.reflect.Method... methods)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicateAnnotationException

        public DuplicateAnnotationException​(java.lang.String message)
      • DuplicateAnnotationException

        public DuplicateAnnotationException​(java.lang.String message,
                                            java.lang.Throwable cause)
    • Method Detail

      • build

        public static DuplicateAnnotationException build​(java.lang.Class<?> pojo,
                                                         java.lang.Class<? extends java.lang.annotation.Annotation> annoClass,
                                                         java.lang.reflect.Method... methods)