xades4j.verification
Class SignaturePolicyVerificationException

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.InvalidPropertyException
                      extended by xades4j.verification.SignaturePolicyVerificationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SignaturePolicyCannotDigestException, SignaturePolicyDigestMismatchException, SignaturePolicyNotAvailableException

public abstract class SignaturePolicyVerificationException
extends InvalidPropertyException

Base for exceptions during verification of the SignaturePolicyIdentifier property.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
protected SignaturePolicyVerificationException(ObjectIdentifier signaturePolicyId)
           
 
Method Summary
 String getPropertyName()
           
 ObjectIdentifier getSignaturePolicyId()
           
 
Methods inherited from class xades4j.verification.InvalidPropertyException
getMessage, getVerificationMessage
 
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

SignaturePolicyVerificationException

protected SignaturePolicyVerificationException(ObjectIdentifier signaturePolicyId)
Method Detail

getSignaturePolicyId

public ObjectIdentifier getSignaturePolicyId()

getPropertyName

public final String getPropertyName()
Specified by:
getPropertyName in class InvalidPropertyException


Copyright © 2012. All Rights Reserved.