net.sourceforge.retroweaver.runtime.java.lang.annotation
Class IncompleteAnnotationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.retroweaver.runtime.java.lang.annotation.IncompleteAnnotationException
All Implemented Interfaces:
java.io.Serializable

public class IncompleteAnnotationException
extends java.lang.RuntimeException

A mirror of java.lang.annotation.IncompleteAnnotationException.

Author:
Toby Reyelts
See Also:
Serialized Form

Constructor Summary
IncompleteAnnotationException(java.lang.Class<? extends Annotation> annotationType, java.lang.String elementName)
           
 
Method Summary
 java.lang.Class<? extends Annotation> annotationType()
           
 java.lang.String elementName()
           
 
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

IncompleteAnnotationException

public IncompleteAnnotationException(java.lang.Class<? extends Annotation> annotationType,
                                     java.lang.String elementName)
Method Detail

annotationType

public java.lang.Class<? extends Annotation> annotationType()

elementName

public java.lang.String elementName()