Class FunctionException

    • Constructor Detail

      • 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