Class SideEffectsInViewMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.nodes.SideEffectsInViewMethodException
All Implemented Interfaces:
Serializable

public class SideEffectsInViewMethodException extends Exception
An exception thrown when a transaction for the execution of a
invalid @link
io.takamaka.code.lang.View
method has side-effects different from the modification of the balance of the caller.
See Also:
  • Constructor Details

    • SideEffectsInViewMethodException

      public SideEffectsInViewMethodException(MethodSignature method)