net.sf.retrotranslator.runtime.java.lang.annotation
Class AnnotationTypeMismatchException_
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
|
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 |
element
private java.lang.reflect.Method element
foundType
private java.lang.String foundType
AnnotationTypeMismatchException_
public AnnotationTypeMismatchException_(java.lang.reflect.Method element,
java.lang.String foundType)
element
public java.lang.reflect.Method element()
foundType
public java.lang.String foundType()