Class UnableToReplaceNode

All Implemented Interfaces:
Serializable

public class UnableToReplaceNode extends GraphException
See Also:
  • Constructor Details

    • UnableToReplaceNode

      public UnableToReplaceNode(String message)
  • Method Details

    • becauseNotAllowedToReplaceNodeForAnotherType

      public static UnableToReplaceNode becauseNotAllowedToReplaceNodeForAnotherType(String currentNodeType, Object replacingNodeType)