Uses of Interface
crypto.analysis.errors.IError
-
Packages that use IError Package Description crypto.analysis.errors -
-
Uses of IError in crypto.analysis.errors
Classes in crypto.analysis.errors that implement IError Modifier and Type Class Description classAbstractErrorclassConstraintErrorclassErrorWithObjectAllocationclassForbiddenMethodErrorclassForbiddenPredicateErrorclassHardCodedErrorclassImpreciseValueExtractionErrorclassIncompleteOperationErrorThis class defines-IncompleteOperationError: Found when the usage of an object may be incomplete For example a Cipher object may be initialized but never been used for encryption or decryption, this may render the code dead.classInstanceOfErrorclassNeverTypeOfErrorclassPredicateContradictionErrorclassRequiredPredicateErrorCreatesRequiredPredicateErrorfor all Required Predicate error generates RequiredPredicateError contradictedPredicate aCrySLPredicateholds the contradicted required predicate or parameter extractedValues aCallSiteWithExtractedValuehold the location value of the missing required predicate or parameterclassTypestateErrorclassUncaughtExceptionError
-