public class

DataObjectFormatReferenceException

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

Class Overview

Thrown during validation of the DataObjectFormat property if the target Reference cannot be found. Also thrown if the Reference references an Object that is not found.

Summary

Public Constructors
DataObjectFormatReferenceException(String unmatchedReference)
Public Methods
String getUnmatchedReference()
Protected Methods
String getVerificationMessage()
[Expand]
Inherited Methods
From class xades4j.verification.DataObjectFormatVerificationException
From class xades4j.verification.InvalidPropertyException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DataObjectFormatReferenceException (String unmatchedReference)

Public Methods

public String getUnmatchedReference ()

Protected Methods

protected String getVerificationMessage ()