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 classAn exception thrown by implementors ofFormulaEvaluatorwhen 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)