Class AnnotationTypeMismatchExceptionProxy

java.lang.Object
com.strobel.reflection.emit.ExceptionProxy
com.strobel.reflection.emit.AnnotationTypeMismatchExceptionProxy
All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • member

      private Method member
    • foundType

      private final String foundType
  • Constructor Details

    • AnnotationTypeMismatchExceptionProxy

      AnnotationTypeMismatchExceptionProxy(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.
  • Method Details