Top Description Fields Constructors Methods
sun.reflect.annotation

public Class TypeNotPresentExceptionProxy

extends ExceptionProxy
Class Inheritance
Imports
java.lang.annotation.*

ExceptionProxy for TypeNotPresentException.
Author
Josh Bloch
Since
1.5

Field Summary

Modifier and TypeField and Description
pack-priv final Throwable
private static final long
pack-priv final String

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
protected RuntimeException
public Throwable
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.

public String

Field Detail

causeback to summary
pack-priv final Throwable cause
serialVersionUIDback to summary
private static final long serialVersionUID

Hides sun.reflect.annotation.ExceptionProxy.serialVersionUID.

Annotations
@Serial
typeNameback to summary
pack-priv final String typeName

Constructor Detail

TypeNotPresentExceptionProxyback to summary
public TypeNotPresentExceptionProxy(String typeName, Throwable cause)

Method Detail

generateExceptionback to summary
protected RuntimeException generateException()

Implements abstract sun.reflect.annotation.ExceptionProxy.generateException.

getCauseback to summary
public Throwable getCause()
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

Annotations
@Override
typeNameback to summary
public String typeName()