Class PossibleIncrementalUpdateException
java.lang.Object
java.lang.Throwable
br.ufsc.labsec.signature.conformanceVerifier.pdf.exceptions.IUException
br.ufsc.labsec.signature.conformanceVerifier.pdf.exceptions.PossibleIncrementalUpdateException
- All Implemented Interfaces:
Serializable
public class PossibleIncrementalUpdateException extends IUException
Esta classe representa o erro gerado quando não é possível identificar
quais modificações incrementais foram feitas após uma assinatura.
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
index
static String
NO_MDP_INCREMENTAL_UPDATE
static String
NO_VERIFICATION_ALERT
-
Constructor Summary
Constructors Constructor Description PossibleIncrementalUpdateException(String message)
Construtor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
NO_VERIFICATION_ALERT
- See Also:
- Constant Field Values
-
NO_MDP_INCREMENTAL_UPDATE
- See Also:
- Constant Field Values
-
index
public int index
-
-
Constructor Details
-
PossibleIncrementalUpdateException
Construtor- Parameters:
message
- A mensagem de erro
-