public class

TypeNotPresentExceptionProxy

extends ExceptionProxy
java.lang.Object
   ↳ sun.reflect.annotation.ExceptionProxy
     ↳ sun.reflect.annotation.TypeNotPresentExceptionProxy

Class Overview

ExceptionProxy for TypeNotPresentException.

Summary

Public Constructors
TypeNotPresentExceptionProxy(String typeName, Throwable cause)
Protected Methods
RuntimeException generateException()
[Expand]
Inherited Methods
From class sun.reflect.annotation.ExceptionProxy
From class java.lang.Object

Public Constructors

public TypeNotPresentExceptionProxy (String typeName, Throwable cause)

Protected Methods

protected RuntimeException generateException ()