Class UnknownValidatorException

All Implemented Interfaces:
Serializable

public class UnknownValidatorException extends AppException
This exception is used to indicate a (custom) validator type is unknown.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • UnknownValidatorException

      public UnknownValidatorException(String name)
      Constructs the exception with the name of the unknown validator.
      Parameters:
      name - The name of the unknown validator.
  • Method Details

    • getTypeName

      public String getTypeName()
      This method returns the name of the unknown validator.
      Returns:
      The name of the unknown validator.