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
public class IncrementalUpdateException extends IUException
Esta classe representa a presença de atualizações incrementais na assinatura.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IncrementalUpdateException.TransformationType
Enumeração da causa da exceção -
Field Summary
Fields Modifier and Type Field Description static String
DOC_MDP_TRANSFORMATION
static String
FIELD_MDP_TRANSFORMATION
int
index
-
Constructor Summary
Constructors Constructor Description IncrementalUpdateException(String message, int indexInSignatureDictionary)
ConstrutorIncrementalUpdateException(String message, int indexInSignatureDictionary, IncrementalUpdateException.TransformationType transformationType)
-
Method Summary
Modifier and Type Method Description IncrementalUpdateException.TransformationType
getType()
Retorna o tipo da exceçãoMethods inherited from class java.lang.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:
- Constant Field Values
-
FIELD_MDP_TRANSFORMATION
- See Also:
- Constant Field Values
-
-
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
-