All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.IndexOutOfBoundsException
Applications can subclass this class to indicate similar exceptions.
IndexOutOfBoundsException
with no
detail message.
IndexOutOfBoundsException
with the
specified detail message.
public IndexOutOfBoundsException()
IndexOutOfBoundsException
with no
detail message.
public IndexOutOfBoundsException(String s)
IndexOutOfBoundsException
with the
specified detail message.
All Packages Class Hierarchy This Package Previous Next Index