|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.ss.formula.eval.NotImplementedException
org.apache.poi.ss.formula.eval.NotImplementedFunctionException
public final 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.
| Constructor Summary | |
|---|---|
NotImplementedFunctionException(java.lang.String functionName)
|
|
NotImplementedFunctionException(java.lang.String functionName,
NotImplementedException cause)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFunctionName()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotImplementedFunctionException(java.lang.String functionName)
public NotImplementedFunctionException(java.lang.String functionName,
NotImplementedException cause)
| Method Detail |
|---|
public java.lang.String getFunctionName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||