Class ContextIsNotActive
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.ContextIsNotActive
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextIsNotActive
public ContextIsNotActive(int siteIx) -
ContextIsNotActive
public ContextIsNotActive(int[] siteIndices)
-