Class QualifyingPropertyVerifierNotAvailableException

All Implemented Interfaces:
Serializable

public class QualifyingPropertyVerifierNotAvailableException extends InvalidSignatureException
Thrown during the verification of qualifyig properties if a verifier is not found for one of the property data objects.
Author:
Luís
See Also:
  • Constructor Details

    • QualifyingPropertyVerifierNotAvailableException

      public QualifyingPropertyVerifierNotAvailableException(PropertyDataObject propData)
  • Method Details

    • getPropDataClassName

      public String getPropDataClassName()
      Gets the name of the Java class of the property data object that originated the exception.
      Returns:
      the class name
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable