Uses of Class
java.lang.IndexOutOfBoundsException

Packages that use IndexOutOfBoundsException
com.siemens.mp.color_game   
java.lang MID Profile Language Classes included from Java 2 Standard Edition.  
 

Uses of IndexOutOfBoundsException in com.siemens.mp.color_game
 

Methods in com.siemens.mp.color_game that throw IndexOutOfBoundsException
 Layer LayerManager.getLayerAt(int index)
          Gets the Layer with the specified index.
 void LayerManager.insert(Layer l, int index)
          Inserts a new Layer in this LayerManager at the specified index.
 void Sprite.setFrame(int sequenceIndex)
          Selects current frame in the frame sequence.
 int TiledLayer.createAnimatedTile(int staticTileIndex)
          Creates a new animated tile and returns the index that refers to the new animated tile.
 void TiledLayer.fillCells(int col, int row, int width, int height, int tileIndex)
          Fills an area of cells.
 int TiledLayer.getAnimatedTile(int animatedTileIndex)
          Gets the tile referenced by an animated tile.
 int TiledLayer.getCell(int col, int row)
          Gets the contents of a cell.
 void TiledLayer.setCell(int col, int row, int tileIndex)
          Sets the contents of a cell.
 

Uses of IndexOutOfBoundsException in java.lang
 

Subclasses of IndexOutOfBoundsException in java.lang
 class ArrayIndexOutOfBoundsException
          Thrown to indicate that an array has been accessed with an illegal index.
 class StringIndexOutOfBoundsException
          Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
 



Generated on 2003-10-17For further information and updates, please visit Siemens mobile Developer Portal