ukcrobots.util
Class IndexOutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ukcrobots.util.IndexOutOfBoundsException

public class IndexOutOfBoundsException
extends RuntimeException

Thrown when an illegal index has been used in accessing an ArrayList. This should be part of the java.lang package.

Version:
2001.12.20
Author:
d.j.barnes @at@ kent.ac.uk

Constructor Summary
IndexOutOfBoundsException()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException()