All Packages Class Hierarchy This Package Previous Next Index
Object | +----Throwable | +----Exception | +----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