Class ContextIsNotActive

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.ContextIsNotActive
All Implemented Interfaces:
Serializable

public class ContextIsNotActive extends Exception
In the definition of a reaction, the site of the context must be active, where the part of the redex is rewritten. If this is not the case, this exception is thrown.
Author:
Dominik Grzelak
See Also:
  • Constructor Details

    • ContextIsNotActive

      public ContextIsNotActive(int siteIx)
    • ContextIsNotActive

      public ContextIsNotActive(int[] siteIndices)