Class ToManyConnections
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.InvalidArityOfControlException
org.bigraphs.framework.core.exceptions.builder.ToManyConnections
- All Implemented Interfaces:
Serializable
Exception is thrown inside a builder when the node has no free ports but a connection to a link (i.e., edge or outer name)
is tried to make.
The exception is not thrown if a control is atomic (see ControlIsAtomicException
).
- 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
-
ToManyConnections
public ToManyConnections()
-