Package org.apache.poi.ss.formula.eval
Class NotImplementedFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.ss.formula.eval.NotImplementedException
org.apache.poi.ss.formula.eval.NotImplementedFunctionException
- All Implemented Interfaces:
Serializable
An exception thrown by implementors of
FormulaEvaluator
when
attempting to evaluate a formula which requires a function that POI
does not (yet) support.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedFunctionException
(String functionName) NotImplementedFunctionException
(String functionName, NotImplementedException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedFunctionException
-
NotImplementedFunctionException
-
-
Method Details
-
getFunctionName
-