xades4j.verification
Class QualifyingPropertyVerifierNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
xades4j.verification.InvalidSignatureException
xades4j.verification.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:
QualifyingPropertyVerifier,
XadesVerificationProfile.withQualifyingPropertyVerifier(java.lang.Class, xades4j.verification.QualifyingPropertyVerifier),
XadesVerificationProfile.withQualifyingPropertyVerifier(java.lang.Class, java.lang.Class),
Serialized Form
QualifyingPropertyVerifierNotAvailableException
public QualifyingPropertyVerifierNotAvailableException(PropertyDataObject propData)
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
Copyright © 2012. All Rights Reserved.