public abstract class

SignaturePolicyVerificationException

extends InvalidPropertyException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
             ↳ xades4j.verification.SignaturePolicyVerificationException
Known Direct Subclasses

Class Overview

Base for exceptions during verification of the SignaturePolicyIdentifier property.

Summary

Protected Constructors
SignaturePolicyVerificationException(ObjectIdentifier signaturePolicyId)
SignaturePolicyVerificationException(ObjectIdentifier signaturePolicyId, Throwable cause)
Public Methods
final String getPropertyName()
ObjectIdentifier getSignaturePolicyId()
[Expand]
Inherited Methods
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected SignaturePolicyVerificationException (ObjectIdentifier signaturePolicyId)

protected SignaturePolicyVerificationException (ObjectIdentifier signaturePolicyId, Throwable cause)

Public Methods

public final String getPropertyName ()

public ObjectIdentifier getSignaturePolicyId ()