Class FunctionException

All Implemented Interfaces:
Serializable

public class FunctionException extends AppException
Since:
10.3
See Also:
  • Constructor Details

    • FunctionException

      public FunctionException(String message)
      Constructs a function exception for a function with a text object explaining the cause of the error.
      Parameters:
      message - Text object containing additional information about the cause of the error.
    • FunctionException

      public FunctionException(String message, Throwable cause)
      Constructs a function exception for a function with a text object explaining the cause of the error.
      Parameters:
      message - Text object containing additional information about the cause of the error.
      cause - Cause of the exception