Package com.strobel.reflection.emit
Class ExceptionProxy
java.lang.Object
com.strobel.reflection.emit.ExceptionProxy
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnnotationTypeMismatchExceptionProxy
An instance of this class is stored in an AnnotationInvocationHandler's
"memberValues" map in lieu of a value for an annotation member that
cannot be returned due to some exceptional condition (typically some
form of illegal evolution of the annotation class). The ExceptionProxy
instance describes the exception that the dynamic proxy should throw if
it is queried for this member.
- Since:
- 1.5
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExceptionProxy
ExceptionProxy()
-
-
Method Details
-
generateException
-