Class UnknownMatchFunctionException

All Implemented Interfaces:
Serializable

public class UnknownMatchFunctionException extends AppException
This exception is used to indicate a match function could not be located.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
See Also:
  • Constructor Details

    • UnknownMatchFunctionException

      public UnknownMatchFunctionException(String functionName)
      Constructs the exception with the name of the match function that could not be located.
      Parameters:
      functionName - the name of the match function that could not be located.
  • Method Details

    • getFunctionName

      public String getFunctionName()
      This method returns the name of the match function that could not be located.
      Returns:
      the name of the match function that could not be located.