Class ToManyConnections

All Implemented Interfaces:
Serializable

public class ToManyConnections extends InvalidArityOfControlException
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 Details

    • ToManyConnections

      public ToManyConnections()