com.japisoft.formula
Class FunctionResolverException

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

public class FunctionResolverException
extends java.lang.RuntimeException

Exception will resolving an unknown function

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

Version:
1.0
Author:
(c) 2002 JAPISoft
See Also:
Exception, FunctionResolver, Serialized Form

Constructor Summary
FunctionResolverException(java.lang.String message)
           
 
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

FunctionResolverException

public FunctionResolverException(java.lang.String message)