Class UnknowAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.signaturePolicy.exceptions.UnknowAttributeException
- All Implemented Interfaces:
Serializable
public class UnknowAttributeException extends PbadException
Esta classe representa uma exceção causada por um atributo desconhecido
em uma assinatura XAdES
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static String
UNKNOW_ATTRIBUTE
Fields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM
-
Constructor Summary
Constructors Constructor Description UnknowAttributeException(String message, String attributeId)
Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCritical
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
UNKNOW_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UnknowAttributeException
Construtor- Parameters:
message
- A mensagem de erroattributeId
- O identificador do atributo
-