Class FunctionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.nebula.widgets.nattable.formula.function.FunctionException
All Implemented Interfaces:
Serializable

public class FunctionException extends RuntimeException
Exception that is fired on function evaluation.
Since:
1.4
See Also:
  • Constructor Details

    • 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 Details

    • getErrorMarkup

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