xades4j.verification
Class CounterSignatureXadesVerificationException

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
                      extended by xades4j.verification.CounterSignatureVerificationException
                          extended by xades4j.verification.CounterSignatureXadesVerificationException
All Implemented Interfaces:
Serializable

public class CounterSignatureXadesVerificationException
extends CounterSignatureVerificationException

Throw during validation of the CounterSignature property if the XAdES verification of the signature fails.

Author:
Luís
See Also:
Serialized Form

Constructor Summary
CounterSignatureXadesVerificationException(XAdES4jException cause)
           
 
Method Summary
 XAdES4jException getCause()
           
protected  String getVerificationMessage()
           
 
Methods inherited from class xades4j.verification.CounterSignatureVerificationException
getPropertyName
 
Methods inherited from class xades4j.verification.InvalidPropertyException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

CounterSignatureXadesVerificationException

public CounterSignatureXadesVerificationException(XAdES4jException cause)
Method Detail

getCause

public XAdES4jException getCause()
Overrides:
getCause in class Throwable

getVerificationMessage

protected String getVerificationMessage()
Overrides:
getVerificationMessage in class CounterSignatureVerificationException


Copyright © 2012. All Rights Reserved.