net.sourceforge.retroweaver.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.sourceforge.retroweaver.runtime.java.lang.annotation.AnnotationTypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class AnnotationTypeMismatchException
extends java.lang.RuntimeException

A mirror of java.lang.annotation.AnnotationTypeMismatchException

Author:
Toby Reyelts
See Also:
Serialized Form

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
 

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()