Name

ArrayStoreException

Synopsis

This exception signals an attempt to store an object in an array entry that is not the same type as the array, a subclass of that type, or in the case of an array of interface types, is not an object that implements that interface. This class is the same as its J2SE equivalent, apart from its inability to be serialized.

                  
public class ArrayStoreException extends RuntimeException {  
// Public Constructors
   public ArrayStoreException();  
   public ArrayStoreException( String s);  
}

Get J2ME in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.