Class DecisionTreeException

    • Constructor Detail

      • DecisionTreeException

        public DecisionTreeException​(String decisionTree,
                                     String message)
        Constructs the exception with the name of the decision tree and the message.
        Parameters:
        decisionTree - The name of the decision tree.
        message - The message containing detailed information about the exception.
      • DecisionTreeException

        public DecisionTreeException​(String decisionTree,
                                     String message,
                                     Throwable cause)
        Constructs the exception with the name of the decision tree and the message.
        Parameters:
        decisionTree - The name of the decision tree.
        message - The message containing detailed information about the exception.
        cause - The original cause of the exception.
    • Method Detail

      • getDecisionTree

        public String getDecisionTree()
        This method returns the name of the decision tree for which the exception was raised.
        Returns:
        the name of the decision tree for which the exception was raised.