Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


AnnotationTypeMismatchExceptionjava.lang.annotation

Java 5.0serializable unchecked

An
exception of this type indicates version skew in an annotation type.
It occurs when the Java VM attempts to read an annotation from a
class file and discovers that the type of an annotation member has
changed since the class file (and the annotation it contains) was
compiled.


Figure 10-75. java.lang.annotation.AnnotationTypeMismatchException

public class

AnnotationTypeMismatchException extends RuntimeException {
// Public Constructors
public

AnnotationTypeMismatchException (java.lang.reflect.Method

element , String

foundType );
// Public Instance Methods
public java.lang.reflect.Method

element ( );
public String

foundType ( );
}



    / 1191