Class InvalidSignatureException

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static InvalidSignatureException build​(java.lang.reflect.Method method, java.lang.Class<? extends java.lang.annotation.Annotation> annoClass, ParamList... paramlists)  
      • 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

      • InvalidSignatureException

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

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

      • build

        public static InvalidSignatureException build​(java.lang.reflect.Method method,
                                                      java.lang.Class<? extends java.lang.annotation.Annotation> annoClass,
                                                      ParamList... paramlists)