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
public abstract 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 classIncrementalUpdateException.DocMDPExceptionstatic classIncrementalUpdateException.FieldMDPExceptionstatic classIncrementalUpdateException.TransformationTypeEnumeração da causa da exceção -
Field Summary
Fields Modifier and Type Field Description static StringDOC_MDP_TRANSFORMATIONstatic StringFIELD_MDP_PARAMSstatic StringFIELD_MDP_TRANSFORMATIONintindex -
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.TransformationTypegetType()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
-
FIELD_MDP_PARAMS
- 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
-