Class InvalidPropertyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitmentTypeVerificationException, CompleteCertRefsVerificationException, CompleteRevocRefsVerificationException, CounterSignatureVerificationException, DataObjectFormatVerificationException, PropertyVerifierErrorException, SignaturePolicyVerificationException, SigningCertificateVerificationException, SigningTimeVerificationException, TimeStampVerificationException

public abstract class InvalidPropertyException extends InvalidSignatureException
Base for exceptions thrown during the validation of qualifying properties.
Author:
Luís
See Also:
  • Constructor Details

    • InvalidPropertyException

      protected InvalidPropertyException()
    • InvalidPropertyException

      protected InvalidPropertyException(Throwable cause)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getVerificationMessage

      protected abstract String getVerificationMessage()
    • getPropertyName

      public abstract String getPropertyName()