Class CyclicDependencyException

  • All Implemented Interfaces:
    Serializable

    public class CyclicDependencyException
    extends RuntimeException
    Thrown on attempt to create a project that produces a cycle in project dependencies
    Since:
    8.0
    See Also:
    Serialized Form
    • Constructor Detail

      • CyclicDependencyException

        public CyclicDependencyException​(@NotNull
                                         String message,
                                         @NotNull
                                         List<SProject> cycle)