org.jvnet.annox.annotation
Class NoSuchAnnotationFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.annox.annotation.NoSuchAnnotationFieldException
All Implemented Interfaces:
Serializable

public class NoSuchAnnotationFieldException
extends Exception

See Also:
Serialized Form

Constructor Summary
NoSuchAnnotationFieldException(Class<? extends Annotation> annotationType, String name, Throwable cause)
           
 
Method Summary
 Class<? extends Annotation> getAnnotationType()
           
 String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchAnnotationFieldException

public NoSuchAnnotationFieldException(Class<? extends Annotation> annotationType,
                                      String name,
                                      Throwable cause)
Method Detail

getAnnotationType

public Class<? extends Annotation> getAnnotationType()

getName

public String getName()


Copyright © 2006-2012 Highsource. All Rights Reserved.