KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > annotation > AnnotationTypeMismatchException

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 java.lang.annotation.AnnotationTypeMismatchException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public AnnotationTypeMismatchException(Method element,
                                       String foundType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Method element()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String foundType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags