Uses of Class
org.apache.poi.ss.formula.eval.NotImplementedException
-
Packages that use NotImplementedException Package Description org.apache.poi.ss.formula.eval -
-
Uses of NotImplementedException in org.apache.poi.ss.formula.eval
Subclasses of NotImplementedException in org.apache.poi.ss.formula.eval Modifier and Type Class Description class
NotImplementedFunctionException
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 NotImplementedException Constructor Description NotImplementedException(String message, NotImplementedException cause)
NotImplementedFunctionException(String functionName, NotImplementedException cause)
-