waba.lang
Class IndexOutOfBoundsException

java.lang.Object
  |
  +--waba.lang.Throwable
        |
        +--waba.lang.Exception
              |
              +--waba.lang.RuntimeException
                    |
                    +--waba.lang.IndexOutOfBoundsException
Direct Known Subclasses:
ArrayIndexOutOfBoundsException

public class IndexOutOfBoundsException
extends RuntimeException

Thrown when an index is used outside of the defined bounds.


Constructor Summary
IndexOutOfBoundsException()
           
IndexOutOfBoundsException(String msg)
           
 
Methods inherited from class waba.lang.Throwable
getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexOutOfBoundsException

public IndexOutOfBoundsException()

IndexOutOfBoundsException

public IndexOutOfBoundsException(String msg)