net.sf.retrotranslator.runtime.java.lang.annotation
Class AnnotationTypeMismatchException_

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.AnnotationTypeMismatchException_
All Implemented Interfaces:
java.io.Serializable

public class AnnotationTypeMismatchException_
extends java.lang.RuntimeException

Author:
Taras Puchko
See Also:
Serialized Form

Field Summary
private  java.lang.reflect.Method element
           
private  java.lang.String foundType
           
 
Constructor Summary
AnnotationTypeMismatchException_(java.lang.reflect.Method element, java.lang.String foundType)
           
 
Method Summary
 java.lang.reflect.Method element()
           
 java.lang.String foundType()
           
 
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

element

private java.lang.reflect.Method element

foundType

private java.lang.String foundType
Constructor Detail

AnnotationTypeMismatchException_

public AnnotationTypeMismatchException_(java.lang.reflect.Method element,
                                        java.lang.String foundType)
Method Detail

element

public java.lang.reflect.Method element()

foundType

public java.lang.String foundType()