Class NotConvergedException

    • Constructor Detail

      • NotConvergedException

        public NotConvergedException​(NotConvergedException.Reason reason,
                                     java.lang.String message)
        Constructor for NotConvergedException
        Parameters:
        reason - The reason for the lack of convergence
        message - A more descriptive explanation
      • NotConvergedException

        public NotConvergedException​(NotConvergedException.Reason reason)
        Constructor for NotConvergedException. No message is provided
        Parameters:
        reason - The reason for the lack of convergence