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 static String
NO_MDP_INCREMENTAL_UPDATE
static String
NO_VERIFICATION_ALERT
-
Constructor Summary
Constructors Constructor Description PossibleIncrementalUpdateException(String message)
ConstrutorPossibleIncrementalUpdateException(String message, int index)
Construtor -
Method Summary
Modifier and Type Method Description int
getIndex()
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
-
-
Constructor Details
-
PossibleIncrementalUpdateException
Construtor- Parameters:
message
- A mensagem de erro
-
PossibleIncrementalUpdateException
Construtor- Parameters:
message
- A mensagem de erroindex
- O índice da assinatura com erro
-
-
Method Details
-
getIndex
public int getIndex()
-