public abstract class

InvalidPropertyException

extends InvalidSignatureException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.InvalidSignatureException
           ↳ xades4j.verification.InvalidPropertyException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base for exceptions thrown during the validation of qualifying properties.

Summary

Protected Constructors
InvalidPropertyException()
InvalidPropertyException(Throwable cause)
Public Methods
String getMessage()
abstract String getPropertyName()
Protected Methods
abstract String getVerificationMessage()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Protected Constructors

protected InvalidPropertyException ()

protected InvalidPropertyException (Throwable cause)

Public Methods

public String getMessage ()

public abstract String getPropertyName ()

Protected Methods

protected abstract String getVerificationMessage ()