Class NotConvergedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
no.uib.cipr.matrix.NotConvergedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IterativeSolverNotConvergedException

public class NotConvergedException extends Exception
Signals lack of convergence of an iterative process
See Also:
  • Field Details

  • Constructor Details

    • NotConvergedException

      public NotConvergedException(NotConvergedException.Reason reason, 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
  • Method Details