All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sdsu.algorithms.data.OutOfBoundsException

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

public class OutOfBoundsException
extends IndexOutOfBoundsException
Signals that a value is out of bounds.

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

Constructor Index

 o OutOfBoundsException()
Constructs an OutOfBoundsException with no detail message.
 o OutOfBoundsException(String)
Constructs an OutOfBoundsException with the specified detail message.

Constructors

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

 o OutOfBoundsException
 public OutOfBoundsException(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

All Packages  Class Hierarchy  This Package  Previous  Next  Index