Class FunctionParameterException

All Implemented Interfaces:
Serializable

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

    • FunctionParameterException

      public FunctionParameterException(String message)
      Constructs a function parameter 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.
    • FunctionParameterException

      public FunctionParameterException(String message, Throwable cause)
      Constructs a function parameter 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