Class InvalidSignatureException

    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated 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)
      Deprecated.
       
      • 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

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

      • InvalidSignatureException

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

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

      • build

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