Class DecisionTreeTypeException

All Implemented Interfaces:
Serializable

public class DecisionTreeTypeException extends DecisionTreeException
Decision tree exception that is used to indicate a type error.
Since:
5.0
Author:
F. van der Meer
See Also:
  • Constructor Details

    • DecisionTreeTypeException

      public DecisionTreeTypeException(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.
    • DecisionTreeTypeException

      public DecisionTreeTypeException(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.