加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090303144726/http://developer.android.com:80/reference/java/lang/ArrayStoreException.html
public class

ArrayStoreException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.ArrayStoreException

Class Overview

This runtime exception is thrown when a program attempts to store into an array an element of a a type which the array can not hold..

Summary

Public Constructors
ArrayStoreException()
Constructs a new instance of this class with its walkback filled in.
ArrayStoreException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ArrayStoreException ()

Constructs a new instance of this class with its walkback filled in.

public ArrayStoreException (String detailMessage)

Constructs a new instance of this class with its walkback and message filled in.

Parameters
detailMessage String The detail message for the exception.