Class ModulesService.ModuleHasElementWithSameIDAsInPrimaryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.nomagic.magicdraw.core.modules.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
-
-
Field Summary
Fields Modifier and Type Field Description private Element
moduleElement
private Element
primaryElement
-
Constructor Summary
Constructors Constructor Description ModuleHasElementWithSameIDAsInPrimaryException(IAttachedProject project, Element moduleElement, Element primaryElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
getModuleElement()
The imported module elementElement
getPrimaryElement()
The duplicating primary project's element
-
-
-
Constructor Detail
-
ModuleHasElementWithSameIDAsInPrimaryException
ModuleHasElementWithSameIDAsInPrimaryException(IAttachedProject project, Element moduleElement, Element primaryElement)
-
-