Class DuplicateGroupException

All Implemented Interfaces:
Serializable

public class DuplicateGroupException extends UsrException
DuplicateGroupException is thrown when a fragment or child is added to a module and that fragment or module is already a child.
See Also:
  • Constructor Details

    • DuplicateGroupException

      public DuplicateGroupException()
      Creates a new exception with the default message.
    • DuplicateGroupException

      public DuplicateGroupException(String usrMessage)
      Creates a new exception with the given user message.