Class ModulesService.ModuleHasElementWithSameIDAsInPrimaryException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ModulesService

    public static class ModulesService.ModuleHasElementWithSameIDAsInPrimaryException
    extends java.lang.RuntimeException
    An exception that indicates that module cannot be imported because there is an element with same Local ID in the primary project
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Element getModuleElement()
      The imported module element
      Element getPrimaryElement()
      The duplicating primary project's element
      • 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
    • Method Detail

      • getModuleElement

        public Element getModuleElement()
        The imported module element
        Returns:
        the module element
      • getPrimaryElement

        public Element getPrimaryElement()
        The duplicating primary project's element
        Returns:
        the primary project element