Module io.hotmoka.verification
Package io.hotmoka.verification.issues
Class IllegalCallToNonWhiteListedConstructorError
- java.lang.Object
-
- io.hotmoka.verification.issues.Issue
-
- io.hotmoka.verification.issues.Error
-
- io.hotmoka.verification.issues.IllegalCallToNonWhiteListedConstructorError
-
- All Implemented Interfaces:
Comparable<Issue>
public class IllegalCallToNonWhiteListedConstructorError extends Error
-
-
Constructor Summary
Constructors Constructor Description IllegalCallToNonWhiteListedConstructorError(String where, String methodName, int line, String declaringClassName)
-