|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IndexOutOfBoundsException
public class IndexOutOfBoundsException
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
Applications can subclass this class to indicate similar exceptions.
| Constructor Summary | ||
|---|---|---|
IndexOutOfBoundsException()
Constructs an IndexOutOfBoundsException with no
detail message. |
||
IndexOutOfBoundsException(String s)
Constructs an IndexOutOfBoundsException with the
specified detail message. |
||
| Method Summary | ||
|---|---|---|
String |
getMessage()
Returns the error message string of this throwable object. |
|
| Methods inherited from class java.lang.Throwable |
|---|
printStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexOutOfBoundsException()
IndexOutOfBoundsException with no
detail message.
public IndexOutOfBoundsException(String s)
IndexOutOfBoundsException with the
specified detail message.
s - the detail message.| Method Detail |
|---|
public String getMessage()
Throwable
getMessage in class ThrowableThrowable
object if it was created with an
error message string; or null if it was
created with no error message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal