Class FunctionException

    • Constructor Detail

      • FunctionException

        public FunctionException​(String errorMarkup,
                                 String msg)
        Parameters:
        errorMarkup - The value that should be shown in the cell marking that an error occurred.
        msg - The error message.
    • Method Detail

      • getErrorMarkup

        public String getErrorMarkup()
        Returns:
        The value that should be shown in the cell marking that an error occurred.