Class ValidationResultReason
java.lang.Object
java.lang.Throwable
java.lang.Exception
br.ufsc.labsec.signature.exceptions.PbadException
br.ufsc.labsec.signature.conformanceVerifier.validationService.exceptions.interfaces.ValidationResultReason
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReasonForIndeterminate, ReasonForTotalFailed
- See Also:
-
Field Summary
Fields inherited from class PbadException
INVALID_ALGORITHM, INVALID_DIGEST_ALGORITHM, INVALID_SIGNATURE, NO_SUCH_ALGORITHM -
Constructor Summary
ConstructorsConstructorDescriptionValidationResultReason(String message) ValidationResultReason(String message, Throwable cause) ValidationResultReason(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabstract booleanMethods inherited from class PbadException
isCritical, setCriticalMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationResultReason
-
ValidationResultReason
-
ValidationResultReason
-
-
Method Details
-
isReasonForIndeterminate
public abstract boolean isReasonForIndeterminate() -
isReasonForTotalFailed
public abstract boolean isReasonForTotalFailed()
-