Uses of Class java.lang.IndexOutOfBoundsException

Uses in package java.lang

Classes derived from java.lang.IndexOutOfBoundsException

class
Thrown when attempting to access a position outside the valid range of an array.
class
This exception can be thrown to indicate an attempt to access an index which is out of bounds of a String.

Uses in package java.io

Methods which throw type java.lang.IndexOutOfBoundsException

void
OutputStream.write(byte[] b, int off, int len)
This method writes len bytes from the specified array b starting at index off into the array.

Uses in package java.awt.print

Methods which throw type java.lang.IndexOutOfBoundsException

PageFormat
Pageable.getPageFormat(int pageIndex)
This method returns the PageFormat instance for the specified page.
Printable
Pageable.getPrintable(int pageIndex)
This method returns the Printable instance for the specified page.