Class DecisionTreeFinderException

  • All Implemented Interfaces:
    Serializable

    public class DecisionTreeFinderException
    extends DecisionTreeException
    Decision tree exeption that is used to indicate a lookup failure.
    Since:
    5.0
    Author:
    F. van der Meer
    See Also:
    Serialized Form
    • Constructor Detail

      • DecisionTreeFinderException

        public DecisionTreeFinderException​(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.