public class

PropertyVerifierErrorException

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

Summary

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

Public Constructors

public PropertyVerifierErrorException (String propertyName)

Public Methods

public String getPropertyName ()

Protected Methods

protected String getVerificationMessage ()