net.aerith.misao.util
Class OutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.aerith.misao.util.OutOfBoundsException

public class OutOfBoundsException
extends java.lang.Exception

The OutOfBoundsException is an exception thrown if the specified index is out of the proper range. Although the IndexOutOfBoundsException is a subclass of RuntimeException, this is not a runtime exception.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
OutOfBoundsException()
          Constructs an OutOfBoundsException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

OutOfBoundsException

public OutOfBoundsException()
Constructs an OutOfBoundsException.