public abstract class

ExceptionProxy

extends Object
implements Serializable
java.lang.Object
   ↳ sun.reflect.annotation.ExceptionProxy
Known Direct Subclasses

Class Overview

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.

Summary

Public Constructors
ExceptionProxy()
Protected Methods
abstract RuntimeException generateException()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ExceptionProxy ()

Protected Methods

protected abstract RuntimeException generateException ()