public class

PropertyDataGenerationException

extends XAdES4jException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.production.PropertyDataGenerationException
Known Direct Subclasses

Class Overview

Thrown when there is an error generating a property data object.

Summary

Public Constructors
PropertyDataGenerationException(QualifyingProperty sourceProperty, String message)
PropertyDataGenerationException(QualifyingProperty sourceProperty, String message, Throwable cause)
Public Methods
String getMessage()
QualifyingProperty getSourceProperty()
Gets the property instance that property that originated the exception.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PropertyDataGenerationException (QualifyingProperty sourceProperty, String message)

public PropertyDataGenerationException (QualifyingProperty sourceProperty, String message, Throwable cause)

Public Methods

public String getMessage ()

public QualifyingProperty getSourceProperty ()

Gets the property instance that property that originated the exception.

Returns
  • the property