java.lang
Class IndexOutOfBoundsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.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)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, nullStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, println
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException(String message)
Parameters:
message -

IndexOutOfBoundsException

public IndexOutOfBoundsException(String message,
                                 Throwable cause)
Parameters:
message -
cause -

IndexOutOfBoundsException

public IndexOutOfBoundsException(Throwable cause)
Parameters:
cause -

IndexOutOfBoundsException

public IndexOutOfBoundsException()