|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.poi.ss.formula.eval.NotImplementedException
public final class NotImplementedException
An exception thrown by implementors of FormulaEvaluator
when attempting to evaluate
a formula which requires features that POI does not (yet) support.
Constructor Summary | |
---|---|
NotImplementedException(java.lang.String message)
|
|
NotImplementedException(java.lang.String message,
NotImplementedException cause)
|
Method Summary |
---|
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 NotImplementedException(java.lang.String message)
public NotImplementedException(java.lang.String message, NotImplementedException cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |