Class UnknownFunctionCallException

    • Constructor Detail

      • UnknownFunctionCallException

        public UnknownFunctionCallException​(String functionCallName)
        Constructs the exception with the name of the function call that could not be found.
        Parameters:
        functionCallName - the name of the function call that could not be found.