public class

CommitmentTypeVerificationException

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

Class Overview

Thrown during verification of the CommitmentTypeIndication property if it contains an object reference that doesn't match any Reference in the signature.

Summary

Public Constructors
CommitmentTypeVerificationException(String unmatchedReference)
Public Methods
String getPropertyName()
String getUnmatchedReference()
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 CommitmentTypeVerificationException (String unmatchedReference)

Public Methods

public String getPropertyName ()

public String getUnmatchedReference ()

Protected Methods

protected String getVerificationMessage ()