Package io.keikai.range.formula
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.keikai.range.formula.NotImplementedException
- All Implemented Interfaces:
Serializable
Thrown to signal that a formula function is recognised by name but
has no body wired in (the registry pointed to a stub or the name was
routed to ELEvalFunction without a matching TLD entry).
POI removal Keikai-native mirror of
org.apache.poi.ss.formula.eval.NotImplementedException.
- Since:
- 7.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotImplementedException(String message) NotImplementedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
-
NotImplementedException
-