All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class EDU.gatech.cc.is.learning.FunctionApproximatorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----EDU.gatech.cc.is.learning.FunctionApproximatorException

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

Copyright (c)1997 Georgia Tech Research Corporation

Version:
$Revision: 1.2 $
Author:
Juan Carlos Santamaria (carlos@cc.gatech.edu)

Constructor Index

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

Constructors

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

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index