Class PropertyDataGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
xades4j.XAdES4jException
xades4j.production.PropertyDataGenerationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyDataGeneratorErrorException, PropertyDataGeneratorNotAvailableException

public class PropertyDataGenerationException extends XAdES4jException
Thrown when there is an error generating a property data object.
Author:
Luís
See Also:
  • Constructor Details

  • Method Details

    • getSourceProperty

      public QualifyingProperty getSourceProperty()
      Gets the property instance that property that originated the exception.
      Returns:
      the property
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable