Class NotImplementedFunctionException

All Implemented Interfaces:
Serializable

public final class NotImplementedFunctionException extends NotImplementedException
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 Details

    • NotImplementedFunctionException

      public NotImplementedFunctionException(String functionName)
    • NotImplementedFunctionException

      public NotImplementedFunctionException(String functionName, NotImplementedException cause)
  • Method Details

    • getFunctionName

      public String getFunctionName()