com.japisoft.formula.lib
Class FunctionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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
clone, equals, finalize, 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)