Class InvalidSignatureException

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static InvalidSignatureException build​(java.lang.Class<?> pojo, java.lang.Class<? extends java.lang.annotation.Annotation> methodAnnotationClass, java.lang.reflect.Method method)  
      static InvalidSignatureException build​(java.lang.invoke.MethodType expectedType, java.lang.invoke.MethodType actualType)  
      • 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.Class<?> pojo,
                                                      java.lang.Class<? extends java.lang.annotation.Annotation> methodAnnotationClass,
                                                      java.lang.reflect.Method method)
      • build

        public static InvalidSignatureException build​(java.lang.invoke.MethodType expectedType,
                                                      java.lang.invoke.MethodType actualType)