Class IncrementalUpdateException
java.lang.Object
java.lang.Throwable
br.ufsc.labsec.signature.conformanceVerifier.pdf.exceptions.IUException
br.ufsc.labsec.signature.conformanceVerifier.pdf.exceptions.IncrementalUpdateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncrementalUpdateException.DocMDPException, IncrementalUpdateException.FieldMDPException
Esta classe representa a presença de atualizações incrementais na assinatura.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumEnumeração da causa da exceção -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIncrementalUpdateException(String message, int indexInSignatureDictionary) ConstrutorIncrementalUpdateException(String message, int indexInSignatureDictionary, IncrementalUpdateException.TransformationType transformationType) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
index
public int index -
DOC_MDP_TRANSFORMATION
- See Also:
-
FIELD_MDP_TRANSFORMATION
- See Also:
-
FIELD_MDP_PARAMS
- See Also:
-
-
Constructor Details
-
IncrementalUpdateException
Construtor- Parameters:
message- Mensagem de erroindexInSignatureDictionary- Índice da assinatura com erro
-
IncrementalUpdateException
public IncrementalUpdateException(String message, int indexInSignatureDictionary, IncrementalUpdateException.TransformationType transformationType)
-
-
Method Details
-
getType
Retorna o tipo da exceção- Returns:
- O tipo da exceção
-