Uses of Class
org.apache.poi.ss.formula.eval.NotImplementedException
Packages that use NotImplementedException
-
Uses of NotImplementedException in org.apache.poi.ss.formula.eval
Subclasses of NotImplementedException in org.apache.poi.ss.formula.evalModifier and TypeClassDescriptionfinal class
An exception thrown by implementors ofFormulaEvaluator
when attempting to evaluate a formula which requires a function that POI does not (yet) support.Constructors in org.apache.poi.ss.formula.eval with parameters of type NotImplementedExceptionModifierConstructorDescriptionNotImplementedException
(String message, NotImplementedException cause) NotImplementedFunctionException
(String functionName, NotImplementedException cause)