public class

QualifyingPropertyVerifierNotAvailableException

extends InvalidSignatureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.QualifyingPropertyVerifierNotAvailableException

Class Overview

Thrown during the verification of qualifyig properties if a verifier is not found for one of the property data objects.

Summary

Public Constructors
QualifyingPropertyVerifierNotAvailableException(PropertyDataObject propData)
Public Methods
String getMessage()
String getPropDataClassName()
Gets the name of the Java class of the property data object that originated the exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public QualifyingPropertyVerifierNotAvailableException (PropertyDataObject propData)

Public Methods

public String getMessage ()

public String getPropDataClassName ()

Gets the name of the Java class of the property data object that originated the exception.

Returns
  • the class name