Class ModulesService.UsedViaReadOnlyAutomaticUsageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.core.modules.ModulesService.UsedViaReadOnlyAutomaticUsageException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ModulesService
public static class ModulesService.UsedViaReadOnlyAutomaticUsageException extends java.lang.Exception
Thrown when module(s) can not be removed due to all paths from primary project to it contains a read onlyautomatic
usage- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private com.nomagic.ci.persistence.spi.decomposition.AttachmentSet
offendingUsages
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description UsedViaReadOnlyAutomaticUsageException(com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages)
Creates new instance ofModulesService.UsedViaReadOnlyAutomaticUsageException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.nomagic.ci.persistence.spi.decomposition.AttachmentSet
getOffendingUsages()
Gets the set of offending read-only automatic usages
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
offendingUsages
private final com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages
-
-
Constructor Detail
-
UsedViaReadOnlyAutomaticUsageException
public UsedViaReadOnlyAutomaticUsageException(com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages)
Creates new instance ofModulesService.UsedViaReadOnlyAutomaticUsageException
- Parameters:
offendingUsages
- The set of offending read-only automatic usages
-
-