org.jvnet.annox.annotation
Class NoSuchAnnotationFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jvnet.annox.annotation.NoSuchAnnotationFieldException
- All Implemented Interfaces:
- Serializable
public class NoSuchAnnotationFieldException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchAnnotationFieldException
public NoSuchAnnotationFieldException(Class<? extends Annotation> annotationType,
String name,
Throwable cause)
getAnnotationType
public Class<? extends Annotation> getAnnotationType()
getName
public String getName()
Copyright © 2006-2011 Highsource. All Rights Reserved.