xades4j.verification
Class QualifyingPropertyVerifierNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.verification.InvalidSignatureException
                  extended by 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

Constructor Summary
QualifyingPropertyVerifierNotAvailableException(PropertyDataObject propData)
           
 
Method Summary
 String getMessage()
           
 String getPropDataClassName()
          Gets the name of the Java class of the property data object that originated the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QualifyingPropertyVerifierNotAvailableException

public QualifyingPropertyVerifierNotAvailableException(PropertyDataObject propData)
Method Detail

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.