spreadsheet
Class FunctionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--spreadsheet.FunctionException

public class FunctionException
extends java.lang.Exception

This class captures any exceptions that may occur when evaluating functions

See Also:
Serialized Form

Constructor Summary
FunctionException()
           
FunctionException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionException

public FunctionException()

FunctionException

public FunctionException(java.lang.String s)