Class TargetPackagePermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.esi.refactor.move.TargetPackagePermissionException
All Implemented Interfaces:
Serializable

@OpenApiAll public class TargetPackagePermissionException extends Exception
Specifies that target project package permissions do not let move elements.
See Also:
  • Constructor Details

    • TargetPackagePermissionException

      public TargetPackagePermissionException(com.nomagic.ci.persistence.IAttachedProject attachedProject, String packageName)
      Parameters:
      attachedProject - target module
      packageName - target package name
  • Method Details

    • getAttachedProject

      public com.nomagic.ci.persistence.IAttachedProject getAttachedProject()
      Returns:
      target project as attached project in the currently opened project
    • getTargetPackageName

      public String getTargetPackageName()
      Returns:
      target package name