Class NoConvergenceException

All Implemented Interfaces:
Serializable

public class NoConvergenceException extends DecomposerException
Exception thrown if some decomposer algorithm cannot converge
See Also:
  • Constructor Details

    • NoConvergenceException

      public NoConvergenceException()
      Constructor.
    • NoConvergenceException

      public NoConvergenceException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • NoConvergenceException

      public NoConvergenceException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • NoConvergenceException

      public NoConvergenceException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.