GNU Classpath (0.95) | |
Frames | No Frames |
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. |
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.
|
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. |
GNU Classpath (0.95) |