public abstract class

SigningCertificateVerificationException

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

Class Overview

Base for exceptions during verification of the SigningCertificate property.

Summary

Protected Constructors
SigningCertificateVerificationException(Throwable cause)
SigningCertificateVerificationException()
Public Methods
String getPropertyName()
[Expand]
Inherited Methods
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected SigningCertificateVerificationException (Throwable cause)

protected SigningCertificateVerificationException ()

Public Methods

public String getPropertyName ()