public class

PropertyDataGeneratorNotAvailableException

extends PropertyDataGenerationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.production.PropertyDataGenerationException
           ↳ xades4j.production.PropertyDataGeneratorNotAvailableException

Class Overview

Thrown when the PropertyDataObjectGenerator for a property cannot be found.

Summary

Public Constructors
PropertyDataGeneratorNotAvailableException(QualifyingProperty sourceProperty, Throwable cause)
[Expand]
Inherited Methods
From class xades4j.production.PropertyDataGenerationException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PropertyDataGeneratorNotAvailableException (QualifyingProperty sourceProperty, Throwable cause)