Class MultipleParentException

All Implemented Interfaces:
Serializable

public class MultipleParentException extends IllegalSharingException
Indicates an attempt to add a node that is already a child of one group node, into another group node.
See Also:
  • Constructor Details

    • MultipleParentException

      public MultipleParentException()
      Create the exception object with default values.
    • MultipleParentException

      public MultipleParentException(String str)
      Create the exception object that outputs message.
      Parameters:
      str - the message string to be output.