| public class java.lang ArrayStoreException
|
Java SE 6 |
ArrayStoreException:
Object x[] = new String[3];
x[0] = new Integer(0);
| version | 1.12, 11/17/05 |
| since | JDK1.0 |
| Constructors | |||
|---|---|---|---|
| public | ArrayStoreException() Constructs an ArrayStoreException with no detail message.
| ||
| public | ArrayStoreException(String s) Details
Constructs an ArrayStoreException with the specified
detail message.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|