com.japisoft.formula.lib
Class FunctionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.japisoft.formula.lib.FunctionException
All Implemented Interfaces:
java.io.Serializable

public class FunctionException
extends java.lang.RuntimeException

Exception for function evaluation

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2002 JAPISoft
See Also:
RuntimeException, Function, Serialized Form

Constructor Summary
FunctionException(Function f, java.lang.String comment)
           
FunctionException(java.lang.String comment)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionException

public FunctionException(java.lang.String comment)

FunctionException

public FunctionException(Function f,
                         java.lang.String comment)