public class

InvalidXAdESFormException

extends InvalidSignatureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidXAdESFormException

Class Overview

Thrown when the signature doesn't fulfill the rules for the XAdES forms. For instance, if the properties from XAdES-C are present and XAdES-T is not.

Summary

Public Constructors
InvalidXAdESFormException(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidXAdESFormException (String msg)