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, toString
public NoSuchAnnotationFieldException(Class<? extends Annotation> annotationType, String name, Throwable cause)
public Class<? extends Annotation> getAnnotationType()
public String getName()
Copyright © 2006–2013 Highsource. All rights reserved.