Uses of Class
org.apache.poi.ss.formula.eval.NotImplementedException

Packages that use NotImplementedException
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
 class NotImplementedFunctionException
          An exception thrown by implementors of FormulaEvaluator 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
NotImplementedException(java.lang.String message, NotImplementedException cause)
           
NotImplementedFunctionException(java.lang.String functionName, NotImplementedException cause)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.