Class InnerNameConnectedToEdgeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.builder.InnerNameConnectedToEdgeException
- All Implemented Interfaces:
Serializable
When the user is trying to connect an inner name to an outer name where the inner name is already
connected to an edge which connects nodes or other inner names.
- 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
-
InnerNameConnectedToEdgeException
public InnerNameConnectedToEdgeException()
-