Package com.strobel.reflection.emit
Class AnnotationTypeMismatchExceptionProxy
java.lang.Object
com.strobel.reflection.emit.ExceptionProxy
com.strobel.reflection.emit.AnnotationTypeMismatchExceptionProxy
- All Implemented Interfaces:
Serializable
ExceptionProxy for AnnotationTypeMismatchException.
- Since:
- 1.5
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationTypeMismatchExceptionProxy
(String foundType) It turns out to be convenient to construct these proxies in two stages. -
Method Summary
Modifier and TypeMethodDescriptionprotected RuntimeException
(package private) AnnotationTypeMismatchExceptionProxy
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
member
-
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
-
setMember
-
generateException
- Specified by:
generateException
in classExceptionProxy
-