Class UnknownPriorityAlgorithmException

All Implemented Interfaces:
Serializable

public class UnknownPriorityAlgorithmException extends ProcessException
This type of exception is used when an unknown priority algorithm is encountered.
Since:
9.1
Author:
A. Pragt
See Also:
  • Constructor Details

    • UnknownPriorityAlgorithmException

      public UnknownPriorityAlgorithmException(String name)
      Constructs the exception with the invalid algorithm name.
      Parameters:
      name - The name of the algorithm that is invalid
  • Method Details

    • getName

      public String getName()
      This method returns the name of the priority algorithm that was invalid.
      Returns:
      the name of the algorithm that was invalid.