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:
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(String functionName)
NotImplementedFunctionException(String functionName, NotImplementedException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFunctionName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotImplementedFunctionException
public NotImplementedFunctionException(String functionName)
-
NotImplementedFunctionException
public NotImplementedFunctionException(String functionName, NotImplementedException cause)
-
-
Method Detail
-
getFunctionName
public String getFunctionName()
-
-