public class NotImplementedException
extends java.lang.RuntimeException
FormulaEvaluator,
  when attempting to evaluate a formula which requires features
   that POI does not (yet) support.
 
 Where possible, a subclass of this should be thrown, to provide more detail of what part of the formula couldn't be processed due to a missing implementation
| Constructor and Description | 
|---|
| NotImplementedException(java.lang.String message) | 
| NotImplementedException(java.lang.String message,
                       NotImplementedException cause) | 
public NotImplementedException(java.lang.String message)
public NotImplementedException(java.lang.String message,
                               NotImplementedException cause)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.