Uses of Class
io.hotmoka.verification.issues.Error
-
Packages that use Error Package Description io.hotmoka.verification io.hotmoka.verification.issues -
-
Uses of Error in io.hotmoka.verification
Methods in io.hotmoka.verification that return Error Modifier and Type Method Description ErrorVerificationException. getError()Yields the verification error that caused the exception.Methods in io.hotmoka.verification that return types with arguments of type Error Modifier and Type Method Description Optional<Error>VerifiedJar. getFirstError()Yields the first error (hence not a warning) that occurred during the verification of the origin jar.Constructors in io.hotmoka.verification with parameters of type Error Constructor Description VerificationException(Error error) -
Uses of Error in io.hotmoka.verification.issues
-