java.lang
Class IndexOutOfBoundsException

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

public class IndexOutOfBoundsException
extends RuntimeException


Constructor Summary
IndexOutOfBoundsException()
           
 
Method Summary
static RuntimeException throwIt()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException()
Method Detail

throwIt

public static RuntimeException throwIt()