net.sf.retrotranslator.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.sf.retrotranslator.runtime.java.lang.annotation.IncompleteAnnotationException_
All Implemented Interfaces:
java.io.Serializable

public class IncompleteAnnotationException_
extends java.lang.RuntimeException

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  java.lang.Class<? extends Annotation_> annotationType
           
private  java.lang.String elementName
           
 
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
 

Field Detail

annotationType

private java.lang.Class<? extends Annotation_> annotationType

elementName

private java.lang.String elementName
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()