All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.util.CircularBufferException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----EDU.gatech.cc.is.util.CircularBufferException

public class CircularBufferException
extends Exception
Signals that an execption of some sort has occured in a FunctionApproximator.

Copyright (c)1997, 1998 Tucker Balch

Version:
$Revision: 1.3 $
Author:
Tucker Balch (tucker@cc.gatech.edu)

Constructor Index

 o CircularBufferException()
Constructs a CircularBufferException with no detail message.
 o CircularBufferException(String)
Constructs a CircularBufferException with a specified detail message.

Constructors

 o CircularBufferException
 public CircularBufferException()
Constructs a CircularBufferException with no detail message.

 o CircularBufferException
 public CircularBufferException(String msg)
Constructs a CircularBufferException with a specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index