| public class java.lang ArrayIndexOutOfBoundsException
|
Java SE 6 |
| version | 1.22, 11/17/05 |
| since | JDK1.0 |
| Constructors | |||
|---|---|---|---|
| public | ArrayIndexOutOfBoundsException() Constructs an ArrayIndexOutOfBoundsException with no
detail message.
| ||
| public | ArrayIndexOutOfBoundsException(int index) Details
Constructs a new ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
| ||
| public | ArrayIndexOutOfBoundsException(String s) Details
Constructs an ArrayIndexOutOfBoundsException class
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 |
![]() |
![]() |
|