Class AlgorithmTerminationException

All Implemented Interfaces:
Serializable

public class AlgorithmTerminationException extends AlgorithmException
An exception that originated from an algorithm during termination.
See Also:
  • Constructor Details

    • AlgorithmTerminationException

      public AlgorithmTerminationException(Algorithm algorithm, String message)
      Constructs an algorithm termination exception originating from the specified algorithm with the given message.
      Parameters:
      algorithm - the algorithm responsible for this exception
      message - the message describing this exception