Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends RuntimeException
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 Details

    • NotImplementedException

      public NotImplementedException(String message)
    • NotImplementedException

      public NotImplementedException(String message, Throwable cause)