sdsu.algorithms.data
Class OutOfBoundsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IndexOutOfBoundsException
                          |
                          +--sdsu.algorithms.data.OutOfBoundsException

public class OutOfBoundsException
extends java.lang.IndexOutOfBoundsException

Signals that a value is out of bounds.

Version:
1.0 10 June 1997
Author:
Roger Whitney (whitney@cs.sdsu.edu)
See Also:
Serialized Form

Constructor Summary
OutOfBoundsException()
          Constructs an OutOfBoundsException with no detail message.
OutOfBoundsException(java.lang.String s)
          Constructs an OutOfBoundsException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfBoundsException

public OutOfBoundsException()
Constructs an OutOfBoundsException with no detail message.

OutOfBoundsException

public OutOfBoundsException(java.lang.String s)
Constructs an OutOfBoundsException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message