Java in a Nutshell, 5th Edition [Electronic resources]

نسخه متنی -صفحه : 1191/ 194
نمايش فراداده

ArrayStoreExceptionjava.lang

Java 1.0serializable unchecked

Signals an attempt to store the wrong type of object into an array.

Figure 10-5. java.lang.ArrayStoreException

public class

ArrayStoreException extends RuntimeException { // Public Constructors public

ArrayStoreException ( ); public

ArrayStoreException (String

s ); }