Serializable
ArrayIndexOutOfBoundsException
, StringIndexOutOfBoundsException
public class IndexOutOfBoundsException extends RuntimeException
Applications can subclass this class to indicate similar exceptions.
Constructor | Description |
---|---|
IndexOutOfBoundsException() |
Constructs an
IndexOutOfBoundsException with no detail message. |
IndexOutOfBoundsException(int index) |
Constructs a new
IndexOutOfBoundsException class with an
argument indicating the illegal index. |
IndexOutOfBoundsException(String s) |
Constructs an
IndexOutOfBoundsException with the specified detail
message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexOutOfBoundsException()
IndexOutOfBoundsException
with no detail message.public IndexOutOfBoundsException(String s)
IndexOutOfBoundsException
with the specified detail
message.s
- the detail messagepublic IndexOutOfBoundsException(int index)
IndexOutOfBoundsException
class with an
argument indicating the illegal index.
The index is included in this exception's detail message. The exact presentation format of the detail message is unspecified.
index
- the illegal index. Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-internal+0-adhoc.mlchung.jdk9-jdeps