Class ExprUndefFunction

All Implemented Interfaces:
Serializable

public class ExprUndefFunction extends ExprEvalException
Exception for an undefined function.
See Also:
  • Constructor Details

    • ExprUndefFunction

      public ExprUndefFunction(String msg, String fnName)
  • Method Details

    • getFunctionName

      public String getFunctionName()