- java.lang.Object
-
- io.hotmoka.verification.issues.Issue
-
- io.hotmoka.verification.issues.Error
-
- All Implemented Interfaces:
Comparable<Issue>
- Direct Known Subclasses:
CallerNotOnThisError,CallerOutsideFromContractError,FromContractNotInStorageError,IllegalAccessToNonWhiteListedFieldError,IllegalBootstrapMethodError,IllegalCallToFromContractError,IllegalCallToFromContractOnThisError,IllegalCallToNonWhiteListedConstructorError,IllegalCallToNonWhiteListedMethodError,IllegalCallToPayableConstructorOnThis,IllegalCallToRedPayableConstructorOnThis,IllegalFieldNameError,IllegalFinalizerError,IllegalFromContractArgumentError,IllegalJsrInstructionError,IllegalMethodNameError,IllegalModificationOfAmountInConstructorChaining,IllegalNativeMethodError,IllegalPackageNameError,IllegalPutstaticInstructionError,IllegalRetInstructionError,IllegalStaticInitializationError,IllegalSynchronizationError,IllegalTypeForStorageFieldError,IllegalUpdateOfLocal0Error,InconsistentFromContractError,InconsistentPayableError,InconsistentRedPayableError,InconsistentSelfChargedError,InconsistentThrowsExceptionsError,PayableNotInContractError,PayableWithoutAmountError,PayableWithoutFromContractError,PayableWithRedPayableError,RedPayableNotInContractError,RedPayableWithoutAmountError,RedPayableWithoutFromContractError,SelfChargedNotAllowedError,ThrowsExceptionsOnNonPublicError,UncheckedExceptionHandlerError
public abstract class Error extends Issue
A blocking issue: if an error occurs during the processing of a Takamaka jar file, then its instrumentation cannot proceed and will be aborted.