xades4j.production
Class PropertyDataGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by 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:
Serialized Form

Constructor Summary
PropertyDataGenerationException(String message, QualifyingProperty sourceProperty)
           
 
Method Summary
 String getMessage()
           
 QualifyingProperty getSourceProperty()
          Gets the property instance that property that originated the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDataGenerationException

public PropertyDataGenerationException(String message,
                                       QualifyingProperty sourceProperty)
Method Detail

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


Copyright © 2012. All Rights Reserved.