Class InvalidArityOfControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.InvalidArityOfControlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ToManyConnections
Exception that is thrown with operations on controls where the arity must be considered, e.g., connecting
links to a node with no free ports.
- 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
-
InvalidArityOfControlException
public InvalidArityOfControlException() -
InvalidArityOfControlException
-