Class DuplicateGroupException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DuplicateGroupException()
      Creates a new exception with the default message.
      DuplicateGroupException​(java.lang.String usrMessage)
      Creates a new exception with the given user message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicateGroupException

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

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