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

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

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

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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


CoderMalfunctionErrorjava.nio.charset

Java 1.4serializable error

Signals
a
malfunctiontypically an unknown and unrecoverable
errorin a CharsetEncoder or
CharsetDecoder. An error of this type is thrown by
the encode( ) and decode( )
methods when the protected encodeLoop(
)



or decodeLoop( ) methods upon which they are
implemented throws an exception of an unexpected type.


Figure 13-49. java.nio.charset.CoderMalfunctionError

public class

CoderMalfunctionError extends Error {
// Public Constructors
public

CoderMalfunctionError (Exception

cause );
}



    / 1191