Class AnnotationTypeMismatchExceptionProxy

  • All Implemented Interfaces:
    java.io.Serializable

    final class AnnotationTypeMismatchExceptionProxy
    extends ExceptionProxy
    ExceptionProxy for AnnotationTypeMismatchException.
    Since:
    1.5
    • Field Detail

      • member

        private java.lang.reflect.Method member
      • foundType

        private final java.lang.String foundType
    • Constructor Detail

      • AnnotationTypeMismatchExceptionProxy

        AnnotationTypeMismatchExceptionProxy​(java.lang.String foundType)
        It turns out to be convenient to construct these proxies in two stages. Since this is a private implementation class, we permit ourselves this liberty even though it's normally a very bad idea.