java.lang
Class IndexOutOfBoundsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IndexOutOfBoundsException
Direct Known Subclasses:
ArrayIndexOutOfBoundsException

public class IndexOutOfBoundsException
extends RuntimeException


Constructor Summary
IndexOutOfBoundsException()
           
IndexOutOfBoundsException(String message)
           
IndexOutOfBoundsException(String message, Throwable cause)
           
IndexOutOfBoundsException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException(String message)

IndexOutOfBoundsException

public IndexOutOfBoundsException()

IndexOutOfBoundsException

public IndexOutOfBoundsException(Throwable cause)

IndexOutOfBoundsException

public IndexOutOfBoundsException(String message,
                                 Throwable cause)