Package org.apache.poi.ss.formula.eval
Class NotImplementedFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.poi.ss.formula.eval.NotImplementedException
-
- org.apache.poi.ss.formula.eval.NotImplementedFunctionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NotImplementedFunctionException extends NotImplementedException
An exception thrown by implementors ofFormulaEvaluator
when attempting to evaluate a formula which requires a function that POI does not (yet) support.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedFunctionException(java.lang.String functionName)
NotImplementedFunctionException(java.lang.String functionName, NotImplementedException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFunctionName()
-
-
-
Constructor Detail
-
NotImplementedFunctionException
public NotImplementedFunctionException(java.lang.String functionName)
-
NotImplementedFunctionException
public NotImplementedFunctionException(java.lang.String functionName, NotImplementedException cause)
-
-