Class TreeEngineException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecisionTreeException

public class TreeEngineException extends AppException
Base class for exception generated by the decision tree engine.
Since:
5.0
Author:
F. van der Meer
See Also:
  • Constructor Details

    • TreeEngineException

      public TreeEngineException(String message)
      Constructs the exception with a message.
      Parameters:
      message - The message containing detailed information about the exception.
    • TreeEngineException

      public TreeEngineException(String message, Throwable cause)
      Constructs the exception with a message.
      Parameters:
      message - The message containing detailed information about the exception.
      cause - The original cause of the exception.