All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class rootsolvers.RootSolverException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----rootsolvers.RootSolverException

public class RootSolverException
extends Exception
Indicates failure of the root solving algorithm. The String argument should provide more detail.

Version:
$Revision: 1.1.1.1 $, $Date: 1999/11/15 20:37:49 $.
Author:
Daren Stotler

Constructor Index

 o RootSolverException(String)
Construct a RootSolverException exception with a message.

Constructors

 o RootSolverException
 public RootSolverException(String s)
Construct a RootSolverException exception with a message.

Parameters:
s - message describing a particular instance of this exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index