Class DictionaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.pades.exceptions.DictionaryException
- All Implemented Interfaces:
Serializable
public class DictionaryException extends PbadException
Esta classe representa uma exceção causada por algum erro
no dicionário da assinatura, como alguma entrada inválida.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_PROP_BUILD_STRUCTUREstatic StringINVALID_SIGNATURE_DICTIONARY_STRUCTUREFields inherited from class br.ufsc.labsec.signature.exceptions.PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
Constructors Constructor Description DictionaryException(String message)ConstrutorDictionaryException(String message, boolean isCritical)ConstrutorDictionaryException(String message, Throwable cause)ConstrutorDictionaryException(Throwable cause)Construtor -
Method Summary
Methods inherited from class br.ufsc.labsec.signature.exceptions.PbadException
isCritical, setCriticalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_PROP_BUILD_STRUCTURE
- See Also:
- Constant Field Values
-
INVALID_SIGNATURE_DICTIONARY_STRUCTURE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
DictionaryException
Construtor- Parameters:
message- A mensagem de errocause- A exceção que ocorreu durante a verificação
-
DictionaryException
Construtor- Parameters:
cause- A exceção que ocorreu durante a verificação
-
DictionaryException
Construtor- Parameters:
message- A mensagem de erroisCritical- Se o erro é crítico
-
DictionaryException
Construtor- Parameters:
message- A mensagem de erro
-