Class TreeEngineException

    • Constructor Detail

      • 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.