Class 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 only automatic 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  
    • 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
      • 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
    • Field Detail

      • offendingUsages

        private final com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages
    • Constructor Detail

      • UsedViaReadOnlyAutomaticUsageException

        public UsedViaReadOnlyAutomaticUsageException​(com.nomagic.ci.persistence.spi.decomposition.AttachmentSet offendingUsages)
        Parameters:
        offendingUsages - The set of offending read-only automatic usages
    • Method Detail

      • getOffendingUsages

        public com.nomagic.ci.persistence.spi.decomposition.AttachmentSet getOffendingUsages()
        Gets the set of offending read-only automatic usages
        Returns:
        the read-only automatic usages