public class NoSuchAnnotationFieldException extends Exception
| Constructor and Description |
|---|
NoSuchAnnotationFieldException(Class<? extends Annotation> annotationType,
String name,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getAnnotationType() |
String |
getName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchAnnotationFieldException(Class<? extends Annotation> annotationType, String name, Throwable cause)
public Class<? extends Annotation> getAnnotationType()
public String getName()
Copyright © 2006–2016. All rights reserved.