public class

ReferenceValueException

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

Class Overview

Thrown during signature verification when the core verification fails due to reference validation.

Summary

Public Constructors
ReferenceValueException(XMLSignature sig, Reference reference)
Public Methods
String getMessage()
Reference getReference()
Gets the reference that caused the validation error.
[Expand]
Inherited Methods
From class xades4j.verification.CoreVerificationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ReferenceValueException (XMLSignature sig, Reference reference)

Public Methods

public String getMessage ()

public Reference getReference ()

Gets the reference that caused the validation error. If multiple references are invalid, this is the first of them, in order of appearence.

Returns
  • the reference.