xades4j.verification
Class InvalidPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xades4j.XAdES4jException
              extended by xades4j.verification.InvalidSignatureException
                  extended by xades4j.verification.InvalidPropertyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitmentTypeVerificationException, CompleteCertRefsVerificationException, CompleteRevocRefsVerificationException, CounterSignatureVerificationException, DataObjectFormatVerificationException, PropertyVerifierErrorException, SignaturePolicyVerificationException, SigningCertificateVerificationException, SigningTimeVerificationException, TimeStampVerificationException

public abstract class InvalidPropertyException
extends InvalidSignatureException

Base for exceptions thrown during the validation of qualifying properties.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
protected InvalidPropertyException()
           
 
Method Summary
 String getMessage()
           
abstract  String getPropertyName()
           
protected abstract  String getVerificationMessage()
           
 
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

InvalidPropertyException

protected InvalidPropertyException()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getVerificationMessage

protected abstract String getVerificationMessage()

getPropertyName

public abstract String getPropertyName()


Copyright © 2012. All Rights Reserved.